Advertisement
jerome24

Module start error1

Dec 13th, 2021
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 325.15 KB | None | 0 0
  1. OpenJDK 64-Bit Server VM warning: ignoring option PermSize=192m; support was removed in 8.0
  2. OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=768m; support was removed in 8.0
  3. Dec 13, 2021 11:44:09 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
  4. WARNING: Problem with directory [/usr/share/tomcat7/common/classes], exists: [false], isDirectory: [false], canRead: [false]
  5. Dec 13, 2021 11:44:09 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
  6. WARNING: Problem with directory [/usr/share/tomcat7/common], exists: [false], isDirectory: [false], canRead: [false]
  7. Dec 13, 2021 11:44:09 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
  8. WARNING: Problem with directory [/usr/share/tomcat7/server/classes], exists: [false], isDirectory: [false], canRead: [false]
  9. Dec 13, 2021 11:44:09 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
  10. WARNING: Problem with directory [/usr/share/tomcat7/server], exists: [false], isDirectory: [false], canRead: [false]
  11. Dec 13, 2021 11:44:09 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
  12. WARNING: Problem with directory [/usr/share/tomcat7/shared/classes], exists: [false], isDirectory: [false], canRead: [false]
  13. Dec 13, 2021 11:44:09 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
  14. WARNING: Problem with directory [/usr/share/tomcat7/shared], exists: [false], isDirectory: [false], canRead: [false]
  15. Dec 13, 2021 11:44:09 AM org.apache.coyote.AbstractProtocol init
  16. INFO: Initializing ProtocolHandler ["http-bio-8080"]
  17. Dec 13, 2021 11:44:09 AM org.apache.catalina.startup.Catalina load
  18. INFO: Initialization processed in 221 ms
  19. Dec 13, 2021 11:44:09 AM org.apache.catalina.core.StandardService startInternal
  20. INFO: Starting service Catalina
  21. Dec 13, 2021 11:44:09 AM org.apache.catalina.core.StandardEngine startInternal
  22. INFO: Starting Servlet Engine: Apache Tomcat/7.0.52 (Ubuntu)
  23. Dec 13, 2021 11:44:09 AM org.apache.catalina.startup.HostConfig deployDescriptor
  24. INFO: Deploying configuration descriptor /etc/tomcat7/Catalina/localhost/docs.xml
  25. Dec 13, 2021 11:44:10 AM org.apache.catalina.startup.HostConfig deployDescriptor
  26. INFO: Deploying configuration descriptor /etc/tomcat7/Catalina/localhost/manager.xml
  27. Dec 13, 2021 11:44:10 AM org.apache.catalina.startup.HostConfig deployDescriptor
  28. INFO: Deploying configuration descriptor /etc/tomcat7/Catalina/localhost/host-manager.xml
  29. Dec 13, 2021 11:44:10 AM org.apache.catalina.startup.HostConfig deployWAR
  30. INFO: Deploying web application archive /var/lib/tomcat7/webapps/openmrs.war
  31. Dec 13, 2021 11:44:10 AM org.apache.catalina.startup.ContextConfig processAnnotationsJar
  32. SEVERE: Unable to process Jar entry [module-info.class] from Jar [jar:file:/var/lib/tomcat7/webapps/openmrs/WEB-INF/lib/stax-ex-1.8.jar!/] for annotations
  33. org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
  34. at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:136)
  35. at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:59)
  36. at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:208)
  37. at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:118)
  38. at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2045)
  39. at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1921)
  40. at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1887)
  41. at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1872)
  42. at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1304)
  43. at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:863)
  44. at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:371)
  45. at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
  46. at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
  47. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5401)
  48. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  49. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  50. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  51. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
  52. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1073)
  53. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857)
  54. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  55. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  56. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  57. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  58. at java.lang.Thread.run(Thread.java:748)
  59.  
  60. Dec 13, 2021 11:44:10 AM org.apache.catalina.startup.ContextConfig processAnnotationsJar
  61. SEVERE: Unable to process Jar entry [module-info.class] from Jar [jar:file:/var/lib/tomcat7/webapps/openmrs/WEB-INF/lib/jaxb-impl-3.0.0-M4.jar!/] for annotations
  62. org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
  63. at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:136)
  64. at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:59)
  65. at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:208)
  66. at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:118)
  67. at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2045)
  68. at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1921)
  69. at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1887)
  70. at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1872)
  71. at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1304)
  72. at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:863)
  73. at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:371)
  74. at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
  75. at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
  76. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5401)
  77. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  78. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  79. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  80. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
  81. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1073)
  82. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857)
  83. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  84. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  85. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  86. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  87. at java.lang.Thread.run(Thread.java:748)
  88.  
  89. Dec 13, 2021 11:44:10 AM org.apache.catalina.startup.ContextConfig processAnnotationsJar
  90. SEVERE: Unable to process Jar entry [module-info.class] from Jar [jar:file:/var/lib/tomcat7/webapps/openmrs/WEB-INF/lib/istack-commons-runtime-3.0.7.jar!/] for annotations
  91. org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
  92. at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:136)
  93. at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:59)
  94. at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:208)
  95. at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:118)
  96. at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2045)
  97. at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1921)
  98. at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1887)
  99. at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1872)
  100. at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1304)
  101. at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:863)
  102. at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:371)
  103. at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
  104. at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
  105. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5401)
  106. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  107. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  108. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  109. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
  110. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1073)
  111. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857)
  112. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  113. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  114. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  115. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  116. at java.lang.Thread.run(Thread.java:748)
  117.  
  118. Dec 13, 2021 11:44:10 AM org.apache.catalina.startup.ContextConfig processAnnotationsJar
  119. SEVERE: Unable to process Jar entry [module-info.class] from Jar [jar:file:/var/lib/tomcat7/webapps/openmrs/WEB-INF/lib/classmate-1.5.1.jar!/] for annotations
  120. org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
  121. at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:136)
  122. at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:59)
  123. at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:208)
  124. at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:118)
  125. at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2045)
  126. at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1921)
  127. at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1887)
  128. at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1872)
  129. at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1304)
  130. at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:863)
  131. at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:371)
  132. at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
  133. at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
  134. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5401)
  135. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  136. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  137. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  138. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
  139. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1073)
  140. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857)
  141. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  142. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  143. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  144. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  145. at java.lang.Thread.run(Thread.java:748)
  146.  
  147. Dec 13, 2021 11:44:10 AM org.apache.catalina.startup.ContextConfig processAnnotationsJar
  148. SEVERE: Unable to process Jar entry [module-info.class] from Jar [jar:file:/var/lib/tomcat7/webapps/openmrs/WEB-INF/lib/jaxb-api-2.3.1.jar!/] for annotations
  149. org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
  150. at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:136)
  151. at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:59)
  152. at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:208)
  153. at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:118)
  154. at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2045)
  155. at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1921)
  156. at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1887)
  157. at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1872)
  158. at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1304)
  159. at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:863)
  160. at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:371)
  161. at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
  162. at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
  163. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5401)
  164. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  165. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  166. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  167. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
  168. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1073)
  169. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857)
  170. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  171. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  172. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  173. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  174. at java.lang.Thread.run(Thread.java:748)
  175.  
  176. Dec 13, 2021 11:44:10 AM org.apache.catalina.startup.ContextConfig processAnnotationsJar
  177. SEVERE: Unable to process Jar entry [META-INF/versions/9/module-info.class] from Jar [jar:file:/var/lib/tomcat7/webapps/openmrs/WEB-INF/lib/log4j-api-2.13.3.jar!/] for annotations
  178. org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
  179. at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:136)
  180. at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:59)
  181. at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:208)
  182. at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:118)
  183. at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2045)
  184. at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1921)
  185. at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1887)
  186. at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1872)
  187. at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1304)
  188. at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:863)
  189. at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:371)
  190. at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
  191. at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
  192. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5401)
  193. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  194. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  195. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  196. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
  197. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1073)
  198. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857)
  199. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  200. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  201. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  202. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  203. at java.lang.Thread.run(Thread.java:748)
  204.  
  205. Dec 13, 2021 11:44:11 AM org.apache.catalina.startup.ContextConfig processAnnotationsJar
  206. SEVERE: Unable to process Jar entry [module-info.class] from Jar [jar:file:/var/lib/tomcat7/webapps/openmrs/WEB-INF/lib/jackson-databind-2.11.2.jar!/] for annotations
  207. org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
  208. at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:136)
  209. at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:59)
  210. at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:208)
  211. at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:118)
  212. at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2045)
  213. at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1921)
  214. at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1887)
  215. at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1872)
  216. at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1304)
  217. at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:863)
  218. at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:371)
  219. at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
  220. at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
  221. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5401)
  222. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  223. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  224. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  225. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
  226. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1073)
  227. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857)
  228. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  229. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  230. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  231. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  232. at java.lang.Thread.run(Thread.java:748)
  233.  
  234. Dec 13, 2021 11:44:11 AM org.apache.catalina.startup.ContextConfig processAnnotationsJar
  235. SEVERE: Unable to process Jar entry [module-info.class] from Jar [jar:file:/var/lib/tomcat7/webapps/openmrs/WEB-INF/lib/jakarta.activation-api-2.0.0-RC3.jar!/] for annotations
  236. org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
  237. at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:136)
  238. at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:59)
  239. at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:208)
  240. at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:118)
  241. at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2045)
  242. at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1921)
  243. at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1887)
  244. at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1872)
  245. at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1304)
  246. at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:863)
  247. at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:371)
  248. at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
  249. at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
  250. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5401)
  251. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  252. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  253. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  254. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
  255. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1073)
  256. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857)
  257. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  258. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  259. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  260. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  261. at java.lang.Thread.run(Thread.java:748)
  262.  
  263. Dec 13, 2021 11:44:11 AM org.apache.catalina.startup.ContextConfig processAnnotationsJar
  264. SEVERE: Unable to process Jar entry [module-info.class] from Jar [jar:file:/var/lib/tomcat7/webapps/openmrs/WEB-INF/lib/jaxb-core-3.0.0-M4.jar!/] for annotations
  265. org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
  266. at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:136)
  267. at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:59)
  268. at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:208)
  269. at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:118)
  270. at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2045)
  271. at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1921)
  272. at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1887)
  273. at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1872)
  274. at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1304)
  275. at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:863)
  276. at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:371)
  277. at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
  278. at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
  279. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5401)
  280. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  281. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  282. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  283. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
  284. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1073)
  285. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857)
  286. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  287. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  288. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  289. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  290. at java.lang.Thread.run(Thread.java:748)
  291.  
  292. Dec 13, 2021 11:44:11 AM org.apache.catalina.startup.ContextConfig processAnnotationsJar
  293. SEVERE: Unable to process Jar entry [module-info.class] from Jar [jar:file:/var/lib/tomcat7/webapps/openmrs/WEB-INF/lib/jaxb-runtime-2.3.1.jar!/] for annotations
  294. org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
  295. at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:136)
  296. at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:59)
  297. at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:208)
  298. at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:118)
  299. at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2045)
  300. at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1921)
  301. at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1887)
  302. at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1872)
  303. at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1304)
  304. at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:863)
  305. at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:371)
  306. at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
  307. at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
  308. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5401)
  309. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  310. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  311. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  312. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
  313. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1073)
  314. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857)
  315. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  316. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  317. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  318. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  319. at java.lang.Thread.run(Thread.java:748)
  320.  
  321. Dec 13, 2021 11:44:11 AM org.apache.catalina.startup.ContextConfig processAnnotationsJar
  322. SEVERE: Unable to process Jar entry [module-info.class] from Jar [jar:file:/var/lib/tomcat7/webapps/openmrs/WEB-INF/lib/jakarta.activation-2.0.0-RC3.jar!/] for annotations
  323. org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
  324. at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:136)
  325. at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:59)
  326. at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:208)
  327. at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:118)
  328. at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2045)
  329. at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1921)
  330. at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1887)
  331. at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1872)
  332. at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1304)
  333. at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:863)
  334. at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:371)
  335. at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
  336. at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
  337. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5401)
  338. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  339. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  340. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  341. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
  342. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1073)
  343. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857)
  344. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  345. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  346. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  347. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  348. at java.lang.Thread.run(Thread.java:748)
  349.  
  350. Dec 13, 2021 11:44:12 AM org.apache.catalina.startup.ContextConfig processAnnotationsJar
  351. SEVERE: Unable to process Jar entry [module-info.class] from Jar [jar:file:/var/lib/tomcat7/webapps/openmrs/WEB-INF/lib/FastInfoset-1.2.15.jar!/] for annotations
  352. org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
  353. at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:136)
  354. at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:59)
  355. at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:208)
  356. at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:118)
  357. at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2045)
  358. at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1921)
  359. at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1887)
  360. at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1872)
  361. at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1304)
  362. at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:863)
  363. at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:371)
  364. at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
  365. at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
  366. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5401)
  367. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  368. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  369. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  370. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
  371. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1073)
  372. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857)
  373. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  374. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  375. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  376. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  377. at java.lang.Thread.run(Thread.java:748)
  378.  
  379. Dec 13, 2021 11:44:13 AM org.apache.catalina.startup.ContextConfig processAnnotationsJar
  380. SEVERE: Unable to process Jar entry [META-INF/versions/9/module-info.class] from Jar [jar:file:/var/lib/tomcat7/webapps/openmrs/WEB-INF/lib/byte-buddy-1.10.10.jar!/] for annotations
  381. org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
  382. at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:136)
  383. at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:59)
  384. at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:208)
  385. at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:118)
  386. at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2045)
  387. at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1921)
  388. at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1887)
  389. at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1872)
  390. at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1304)
  391. at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:863)
  392. at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:371)
  393. at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
  394. at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
  395. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5401)
  396. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  397. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  398. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  399. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
  400. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1073)
  401. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857)
  402. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  403. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  404. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  405. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  406. at java.lang.Thread.run(Thread.java:748)
  407.  
  408. Dec 13, 2021 11:44:13 AM org.apache.catalina.startup.ContextConfig processAnnotationsJar
  409. SEVERE: Unable to process Jar entry [module-info.class] from Jar [jar:file:/var/lib/tomcat7/webapps/openmrs/WEB-INF/lib/jackson-annotations-2.11.2.jar!/] for annotations
  410. org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
  411. at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:136)
  412. at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:59)
  413. at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:208)
  414. at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:118)
  415. at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2045)
  416. at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1921)
  417. at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1887)
  418. at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1872)
  419. at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1304)
  420. at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:863)
  421. at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:371)
  422. at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
  423. at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
  424. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5401)
  425. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  426. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  427. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  428. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
  429. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1073)
  430. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857)
  431. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  432. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  433. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  434. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  435. at java.lang.Thread.run(Thread.java:748)
  436.  
  437. Dec 13, 2021 11:44:13 AM org.apache.catalina.startup.ContextConfig processAnnotationsJar
  438. SEVERE: Unable to process Jar entry [module-info.class] from Jar [jar:file:/var/lib/tomcat7/webapps/openmrs/WEB-INF/lib/jakarta.xml.bind-api-3.0.0-RC3.jar!/] for annotations
  439. org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
  440. at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:136)
  441. at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:59)
  442. at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:208)
  443. at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:118)
  444. at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2045)
  445. at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1921)
  446. at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1887)
  447. at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1872)
  448. at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1304)
  449. at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:863)
  450. at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:371)
  451. at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
  452. at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
  453. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5401)
  454. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  455. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  456. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  457. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
  458. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1073)
  459. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857)
  460. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  461. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  462. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  463. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  464. at java.lang.Thread.run(Thread.java:748)
  465.  
  466. Dec 13, 2021 11:44:13 AM org.apache.catalina.startup.ContextConfig processAnnotationsJar
  467. SEVERE: Unable to process Jar entry [module-info.class] from Jar [jar:file:/var/lib/tomcat7/webapps/openmrs/WEB-INF/lib/jackson-core-2.11.2.jar!/] for annotations
  468. org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
  469. at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:136)
  470. at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:59)
  471. at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:208)
  472. at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:118)
  473. at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2045)
  474. at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1921)
  475. at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1887)
  476. at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1872)
  477. at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1304)
  478. at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:863)
  479. at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:371)
  480. at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
  481. at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
  482. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5401)
  483. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  484. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  485. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  486. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
  487. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1073)
  488. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857)
  489. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  490. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  491. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  492. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  493. at java.lang.Thread.run(Thread.java:748)
  494.  
  495. Dec 13, 2021 11:44:13 AM org.apache.catalina.startup.ContextConfig processAnnotationsJar
  496. SEVERE: Unable to process Jar entry [module-info.class] from Jar [jar:file:/var/lib/tomcat7/webapps/openmrs/WEB-INF/lib/txw2-2.3.1.jar!/] for annotations
  497. org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
  498. at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:136)
  499. at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:59)
  500. at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:208)
  501. at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:118)
  502. at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2045)
  503. at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1921)
  504. at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1887)
  505. at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1872)
  506. at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1304)
  507. at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:863)
  508. at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:371)
  509. at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
  510. at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
  511. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5401)
  512. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  513. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  514. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  515. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
  516. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1073)
  517. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857)
  518. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  519. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  520. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  521. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  522. at java.lang.Thread.run(Thread.java:748)
  523.  
  524. Dec 13, 2021 11:44:13 AM org.apache.catalina.startup.TaglibUriRule body
  525. INFO: TLD skipped. URI: http://www.springframework.org/tags/form is already defined
  526. Dec 13, 2021 11:44:14 AM org.apache.catalina.startup.TaglibUriRule body
  527. INFO: TLD skipped. URI: http://www.springframework.org/tags/form is already defined
  528. Dec 13, 2021 11:44:14 AM org.apache.catalina.startup.TaglibUriRule body
  529. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
  530. Dec 13, 2021 11:44:14 AM org.apache.catalina.startup.TaglibUriRule body
  531. INFO: TLD skipped. URI: http://www.springframework.org/tags is already defined
  532. Dec 13, 2021 11:44:14 AM org.apache.catalina.startup.TaglibUriRule body
  533. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/response-1.0 is already defined
  534. Dec 13, 2021 11:44:14 AM org.apache.catalina.startup.TaglibUriRule body
  535. INFO: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
  536. Dec 13, 2021 11:44:14 AM org.apache.catalina.startup.TaglibUriRule body
  537. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/page-1.0 is already defined
  538. Dec 13, 2021 11:44:14 AM org.apache.catalina.startup.TaglibUriRule body
  539. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/request-1.0 is already defined
  540. Dec 13, 2021 11:44:14 AM org.apache.catalina.startup.TaglibUriRule body
  541. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/request-1.0 is already defined
  542. Dec 13, 2021 11:44:14 AM org.apache.catalina.startup.TaglibUriRule body
  543. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/response-1.0 is already defined
  544. Dec 13, 2021 11:44:14 AM org.apache.catalina.startup.TaglibUriRule body
  545. INFO: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
  546. Dec 13, 2021 11:44:14 AM org.apache.catalina.startup.TaglibUriRule body
  547. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
  548. Dec 13, 2021 11:44:14 AM org.apache.catalina.startup.TaglibUriRule body
  549. INFO: TLD skipped. URI: http://www.springframework.org/tags is already defined
  550. Dec 13, 2021 11:44:14 AM org.apache.catalina.startup.TaglibUriRule body
  551. INFO: TLD skipped. URI: http://www.springframework.org/tags/form is already defined
  552. Dec 13, 2021 11:44:14 AM org.apache.catalina.startup.TaglibUriRule body
  553. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/page-1.0 is already defined
  554. 2021-12-13 11:44:14,510 localhost-startStop-1 ERROR Unable to create file openmrs.log java.io.IOException: Permission denied
  555. at java.io.UnixFileSystem.createFileExclusively(Native Method)
  556. at java.io.File.createNewFile(File.java:1012)
  557. at org.apache.logging.log4j.core.appender.rolling.RollingFileManager$RollingFileManagerFactory.createManager(RollingFileManager.java:658)
  558. at org.apache.logging.log4j.core.appender.rolling.RollingFileManager$RollingFileManagerFactory.createManager(RollingFileManager.java:641)
  559. at org.apache.logging.log4j.core.appender.AbstractManager.getManager(AbstractManager.java:113)
  560. at org.apache.logging.log4j.core.appender.OutputStreamManager.getManager(OutputStreamManager.java:100)
  561. at org.apache.logging.log4j.core.appender.rolling.RollingFileManager.getFileManager(RollingFileManager.java:205)
  562. at org.apache.logging.log4j.core.appender.RollingFileAppender$Builder.build(RollingFileAppender.java:146)
  563. at org.apache.logging.log4j.core.appender.RollingFileAppender$Builder.build(RollingFileAppender.java:62)
  564. at org.apache.logging.log4j.core.config.plugins.util.PluginBuilder.build(PluginBuilder.java:122)
  565. at org.apache.logging.log4j.core.config.AbstractConfiguration.createPluginObject(AbstractConfiguration.java:1002)
  566. at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:942)
  567. at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:934)
  568. at org.apache.logging.log4j.core.config.AbstractConfiguration.doConfigure(AbstractConfiguration.java:552)
  569. at org.apache.logging.log4j.core.config.AbstractConfiguration.initialize(AbstractConfiguration.java:241)
  570. at org.apache.logging.log4j.core.config.AbstractConfiguration.start(AbstractConfiguration.java:288)
  571. at org.apache.logging.log4j.core.LoggerContext.setConfiguration(LoggerContext.java:618)
  572. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:691)
  573. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:708)
  574. at org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:263)
  575. at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:153)
  576. at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:45)
  577. at org.apache.logging.log4j.LogManager.getContext(LogManager.java:194)
  578. at org.apache.logging.log4j.spi.AbstractLoggerAdapter.getContext(AbstractLoggerAdapter.java:138)
  579. at org.apache.logging.slf4j.Log4jLoggerFactory.getContext(Log4jLoggerFactory.java:45)
  580. at org.apache.logging.log4j.spi.AbstractLoggerAdapter.getLogger(AbstractLoggerAdapter.java:48)
  581. at org.apache.logging.slf4j.Log4jLoggerFactory.getLogger(Log4jLoggerFactory.java:30)
  582. at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:363)
  583. at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:388)
  584. at net.sf.ehcache.constructs.web.ShutdownListener.<clinit>(ShutdownListener.java:51)
  585. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  586. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  587. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  588. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  589. at java.lang.Class.newInstance(Class.java:442)
  590. at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:140)
  591. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4934)
  592. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5513)
  593. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  594. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  595. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  596. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
  597. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1073)
  598. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857)
  599. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  600. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  601. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  602. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  603. at java.lang.Thread.run(Thread.java:748)
  604.  
  605. 2021-12-13 11:44:14,513 localhost-startStop-1 ERROR Could not create plugin of type class org.apache.logging.log4j.core.appender.RollingFileAppender for element RollingFile: java.lang.IllegalStateException: ManagerFactory [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$RollingFileManagerFactory@13ed6b82] unable to create manager for [openmrs.log] with data [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$FactoryData@54024458[pattern=openmrs.%i.log.gz, append=false, bufferedIO=true, bufferSize=8192, policy=CompositeTriggeringPolicy(policies=[OnStartupTriggeringPolicy, SizeBasedTriggeringPolicy(size=10485760)]), strategy=DefaultRolloverStrategy(min=1, max=1, useMax=true), advertiseURI=null, layout=%d{ABSOLUTE} %-5p [%c{1}] %m%n, filePermissions=null, fileOwner=null]] java.lang.IllegalStateException: ManagerFactory [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$RollingFileManagerFactory@13ed6b82] unable to create manager for [openmrs.log] with data [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$FactoryData@54024458[pattern=openmrs.%i.log.gz, append=false, bufferedIO=true, bufferSize=8192, policy=CompositeTriggeringPolicy(policies=[OnStartupTriggeringPolicy, SizeBasedTriggeringPolicy(size=10485760)]), strategy=DefaultRolloverStrategy(min=1, max=1, useMax=true), advertiseURI=null, layout=%d{ABSOLUTE} %-5p [%c{1}] %m%n, filePermissions=null, fileOwner=null]]
  606. at org.apache.logging.log4j.core.appender.AbstractManager.getManager(AbstractManager.java:115)
  607. at org.apache.logging.log4j.core.appender.OutputStreamManager.getManager(OutputStreamManager.java:100)
  608. at org.apache.logging.log4j.core.appender.rolling.RollingFileManager.getFileManager(RollingFileManager.java:205)
  609. at org.apache.logging.log4j.core.appender.RollingFileAppender$Builder.build(RollingFileAppender.java:146)
  610. at org.apache.logging.log4j.core.appender.RollingFileAppender$Builder.build(RollingFileAppender.java:62)
  611. at org.apache.logging.log4j.core.config.plugins.util.PluginBuilder.build(PluginBuilder.java:122)
  612. at org.apache.logging.log4j.core.config.AbstractConfiguration.createPluginObject(AbstractConfiguration.java:1002)
  613. at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:942)
  614. at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:934)
  615. at org.apache.logging.log4j.core.config.AbstractConfiguration.doConfigure(AbstractConfiguration.java:552)
  616. at org.apache.logging.log4j.core.config.AbstractConfiguration.initialize(AbstractConfiguration.java:241)
  617. at org.apache.logging.log4j.core.config.AbstractConfiguration.start(AbstractConfiguration.java:288)
  618. at org.apache.logging.log4j.core.LoggerContext.setConfiguration(LoggerContext.java:618)
  619. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:691)
  620. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:708)
  621. at org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:263)
  622. at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:153)
  623. at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:45)
  624. at org.apache.logging.log4j.LogManager.getContext(LogManager.java:194)
  625. at org.apache.logging.log4j.spi.AbstractLoggerAdapter.getContext(AbstractLoggerAdapter.java:138)
  626. at org.apache.logging.slf4j.Log4jLoggerFactory.getContext(Log4jLoggerFactory.java:45)
  627. at org.apache.logging.log4j.spi.AbstractLoggerAdapter.getLogger(AbstractLoggerAdapter.java:48)
  628. at org.apache.logging.slf4j.Log4jLoggerFactory.getLogger(Log4jLoggerFactory.java:30)
  629. at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:363)
  630. at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:388)
  631. at net.sf.ehcache.constructs.web.ShutdownListener.<clinit>(ShutdownListener.java:51)
  632. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  633. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  634. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  635. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  636. at java.lang.Class.newInstance(Class.java:442)
  637. at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:140)
  638. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4934)
  639. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5513)
  640. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  641. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  642. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  643. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
  644. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1073)
  645. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857)
  646. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  647. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  648. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  649. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  650. at java.lang.Thread.run(Thread.java:748)
  651.  
  652. 2021-12-13 11:44:14,514 localhost-startStop-1 ERROR Unable to invoke factory method in class org.apache.logging.log4j.core.appender.RollingFileAppender for element RollingFile: java.lang.IllegalStateException: No factory method found for class org.apache.logging.log4j.core.appender.RollingFileAppender java.lang.IllegalStateException: No factory method found for class org.apache.logging.log4j.core.appender.RollingFileAppender
  653. at org.apache.logging.log4j.core.config.plugins.util.PluginBuilder.findFactoryMethod(PluginBuilder.java:234)
  654. at org.apache.logging.log4j.core.config.plugins.util.PluginBuilder.build(PluginBuilder.java:134)
  655. at org.apache.logging.log4j.core.config.AbstractConfiguration.createPluginObject(AbstractConfiguration.java:1002)
  656. at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:942)
  657. at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:934)
  658. at org.apache.logging.log4j.core.config.AbstractConfiguration.doConfigure(AbstractConfiguration.java:552)
  659. at org.apache.logging.log4j.core.config.AbstractConfiguration.initialize(AbstractConfiguration.java:241)
  660. at org.apache.logging.log4j.core.config.AbstractConfiguration.start(AbstractConfiguration.java:288)
  661. at org.apache.logging.log4j.core.LoggerContext.setConfiguration(LoggerContext.java:618)
  662. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:691)
  663. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:708)
  664. at org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:263)
  665. at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:153)
  666. at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:45)
  667. at org.apache.logging.log4j.LogManager.getContext(LogManager.java:194)
  668. at org.apache.logging.log4j.spi.AbstractLoggerAdapter.getContext(AbstractLoggerAdapter.java:138)
  669. at org.apache.logging.slf4j.Log4jLoggerFactory.getContext(Log4jLoggerFactory.java:45)
  670. at org.apache.logging.log4j.spi.AbstractLoggerAdapter.getLogger(AbstractLoggerAdapter.java:48)
  671. at org.apache.logging.slf4j.Log4jLoggerFactory.getLogger(Log4jLoggerFactory.java:30)
  672. at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:363)
  673. at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:388)
  674. at net.sf.ehcache.constructs.web.ShutdownListener.<clinit>(ShutdownListener.java:51)
  675. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  676. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  677. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  678. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  679. at java.lang.Class.newInstance(Class.java:442)
  680. at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:140)
  681. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4934)
  682. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5513)
  683. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  684. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  685. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  686. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
  687. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1073)
  688. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857)
  689. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  690. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  691. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  692. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  693. at java.lang.Thread.run(Thread.java:748)
  694.  
  695. 2021-12-13 11:44:14,517 localhost-startStop-1 ERROR Null object returned for RollingFile in Appenders.
  696. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2138) |2021-12-13T11:44:14,688| Unable to find a runtime properties file at /var/lib/tomcat7/openmrs-runtime.properties
  697. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2138) |2021-12-13T11:44:14,704| Unable to find a runtime properties file at /var/lib/tomcat7/openmrs-runtime.properties
  698. INFO - Listener.contextInitialized(174) |2021-12-13T11:44:14,704| Using runtime properties file: /usr/share/tomcat7/.OpenMRS/openmrs-runtime.properties
  699. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2138) |2021-12-13T11:44:14,706| Unable to find a runtime properties file at /var/lib/tomcat7/openmrs-runtime.properties
  700. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(69) |2021-12-13T11:44:14,863| identifying the Liquibase snapshot version that had been used to initialize the OpenMRS database...
  701. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(82) |2021-12-13T11:44:14,863| looking for un-run change sets in snapshot version '2.3.x'
  702. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:15,518| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  703. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:15,527| Can not use class liquibase.parser.core.json.JsonChangeLogParser as a Liquibase service because org.yaml.snakeyaml.constructor.BaseConstructor is not in the classpath
  704. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:15,528| Can not use class liquibase.parser.core.yaml.YamlChangeLogParser as a Liquibase service because org.yaml.snakeyaml.constructor.BaseConstructor is not in the classpath
  705. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:15,988| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  706. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:15,989| Reading from openmrs.liquibasechangelog
  707. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:15,990| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  708. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:16,024| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  709. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:16,025| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  710. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2021-12-13T11:44:16,433| file 'org/openmrs/liquibase/snapshots/schema-only/liquibase-schema-only-2.3.x.xml' contains 875 un-run change sets
  711. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:16,455| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  712. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:16,517| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  713. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:16,517| Reading from openmrs.liquibasechangelog
  714. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:16,518| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  715. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:16,530| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  716. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:16,531| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  717. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2021-12-13T11:44:16,654| file 'org/openmrs/liquibase/snapshots/core-data/liquibase-core-data-2.3.x.xml' contains 24 un-run change sets
  718. WARN - Slf4jLogger.warning(32) |2021-12-13T11:44:16,658| Failed to restore the auto commit to true
  719. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(82) |2021-12-13T11:44:16,658| looking for un-run change sets in snapshot version '2.2.x'
  720. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:16,675| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  721. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:16,737| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  722. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:16,738| Reading from openmrs.liquibasechangelog
  723. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:16,738| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  724. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:16,753| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  725. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:16,754| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  726. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2021-12-13T11:44:16,940| file 'org/openmrs/liquibase/snapshots/schema-only/liquibase-schema-only-2.2.x.xml' contains 871 un-run change sets
  727. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:16,957| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  728. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:16,994| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  729. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:16,995| Reading from openmrs.liquibasechangelog
  730. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:16,995| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  731. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,005| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  732. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,006| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  733. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2021-12-13T11:44:17,087| file 'org/openmrs/liquibase/snapshots/core-data/liquibase-core-data-2.2.x.xml' contains 24 un-run change sets
  734. WARN - Slf4jLogger.warning(32) |2021-12-13T11:44:17,087| Failed to restore the auto commit to true
  735. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(82) |2021-12-13T11:44:17,087| looking for un-run change sets in snapshot version '2.1.x'
  736. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,102| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  737. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,153| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  738. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,154| Reading from openmrs.liquibasechangelog
  739. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,154| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  740. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,166| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  741. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,167| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  742. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2021-12-13T11:44:17,319| file 'org/openmrs/liquibase/snapshots/schema-only/liquibase-schema-only-2.1.x.xml' contains 815 un-run change sets
  743. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,333| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  744. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,364| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  745. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,365| Reading from openmrs.liquibasechangelog
  746. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,365| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  747. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,374| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  748. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,375| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  749. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2021-12-13T11:44:17,442| file 'org/openmrs/liquibase/snapshots/core-data/liquibase-core-data-2.1.x.xml' contains 24 un-run change sets
  750. WARN - Slf4jLogger.warning(32) |2021-12-13T11:44:17,442| Failed to restore the auto commit to true
  751. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(82) |2021-12-13T11:44:17,442| looking for un-run change sets in snapshot version '1.9.x'
  752. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,457| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  753. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,489| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  754. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,490| Reading from openmrs.liquibasechangelog
  755. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,490| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  756. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,503| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  757. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,504| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  758. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2021-12-13T11:44:17,567| file 'org/openmrs/liquibase/snapshots/schema-only/liquibase-schema-only-1.9.x.xml' contains 2 un-run change sets
  759. INFO - ChangeLogDetective.logUnRunChangeSetDetails(210) |2021-12-13T11:44:17,568| file 'org/openmrs/liquibase/snapshots/schema-only/liquibase-schema-only-1.9.x.xml' contains un-run change set with id '20120529-2230' by author 'mvorobey'
  760. INFO - ChangeLogDetective.logUnRunChangeSetDetails(210) |2021-12-13T11:44:17,568| file 'org/openmrs/liquibase/snapshots/schema-only/liquibase-schema-only-1.9.x.xml' contains un-run change set with id '20120529-2231' by author 'mvorobey'
  761. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,581| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  762. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,597| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  763. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,598| Reading from openmrs.liquibasechangelog
  764. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,598| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  765. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,607| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  766. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,608| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  767. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2021-12-13T11:44:17,631| file 'org/openmrs/liquibase/snapshots/core-data/liquibase-core-data-1.9.x.xml' contains 0 un-run change sets
  768. WARN - Slf4jLogger.warning(32) |2021-12-13T11:44:17,632| Failed to restore the auto commit to true
  769. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(119) |2021-12-13T11:44:17,632| the snapshot version that had been used to initialize the OpenMRS database could not be identified, falling back to the default version '1.9.x'
  770. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,651| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  771. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,804| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  772. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,805| Reading from openmrs.liquibasechangelog
  773. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,805| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  774. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,815| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  775. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,816| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  776. INFO - ChangeLogDetective.getUnrunLiquibaseUpdateFileNames(149) |2021-12-13T11:44:17,911| file 'org/openmrs/liquibase/updates/liquibase-update-to-latest-2.0.x.xml}' contains 0 un-run change sets
  777. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,926| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  778. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,944| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  779. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,944| Reading from openmrs.liquibasechangelog
  780. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,944| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  781. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,954| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  782. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,955| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  783. INFO - ChangeLogDetective.getUnrunLiquibaseUpdateFileNames(149) |2021-12-13T11:44:17,961| file 'org/openmrs/liquibase/updates/liquibase-update-to-latest-2.1.x.xml}' contains 0 un-run change sets
  784. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,974| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  785. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,981| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  786. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,982| Reading from openmrs.liquibasechangelog
  787. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,982| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  788. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,991| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  789. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:17,991| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  790. INFO - ChangeLogDetective.getUnrunLiquibaseUpdateFileNames(149) |2021-12-13T11:44:17,997| file 'org/openmrs/liquibase/updates/liquibase-update-to-latest-2.2.x.xml}' contains 0 un-run change sets
  791. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:18,012| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  792. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:18,018| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  793. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:18,019| Reading from openmrs.liquibasechangelog
  794. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:18,019| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  795. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:18,028| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  796. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:18,028| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  797. INFO - ChangeLogDetective.getUnrunLiquibaseUpdateFileNames(149) |2021-12-13T11:44:18,031| file 'org/openmrs/liquibase/updates/liquibase-update-to-latest-2.3.x.xml}' contains 0 un-run change sets
  798. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:18,045| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  799. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:18,052| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  800. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:18,053| Reading from openmrs.liquibasechangelog
  801. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:18,053| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  802. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:18,062| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  803. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:18,062| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  804. INFO - ChangeLogDetective.getUnrunLiquibaseUpdateFileNames(149) |2021-12-13T11:44:18,068| file 'org/openmrs/liquibase/updates/liquibase-update-to-latest-2.4.x.xml}' contains 0 un-run change sets
  805. WARN - Slf4jLogger.warning(32) |2021-12-13T11:44:18,068| Failed to restore the auto commit to true
  806. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:18,082| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  807. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:18,082| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  808. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:18,083| SELECT ID,`LOCKED`,LOCKGRANTED,LOCKEDBY FROM openmrs.liquibasechangeloglock WHERE ID=1
  809. INFO - EhCacheManagerFactoryBean.afterPropertiesSet(134) |2021-12-13T11:44:18,954| Initializing EhCache CacheManager
  810. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2138) |2021-12-13T11:44:23,416| Unable to find a runtime properties file at /var/lib/tomcat7/openmrs-runtime.properties
  811. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(69) |2021-12-13T11:44:23,540| identifying the Liquibase snapshot version that had been used to initialize the OpenMRS database...
  812. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(82) |2021-12-13T11:44:23,540| looking for un-run change sets in snapshot version '2.3.x'
  813. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:23,559| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  814. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:23,605| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  815. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:23,605| Reading from openmrs.liquibasechangelog
  816. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:23,605| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  817. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:23,619| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  818. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:23,619| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  819. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2021-12-13T11:44:23,911| file 'org/openmrs/liquibase/snapshots/schema-only/liquibase-schema-only-2.3.x.xml' contains 875 un-run change sets
  820. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:23,923| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  821. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:23,952| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  822. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:23,952| Reading from openmrs.liquibasechangelog
  823. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:23,952| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  824. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:23,963| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  825. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:23,963| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  826. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2021-12-13T11:44:24,081| file 'org/openmrs/liquibase/snapshots/core-data/liquibase-core-data-2.3.x.xml' contains 24 un-run change sets
  827. WARN - Slf4jLogger.warning(32) |2021-12-13T11:44:24,081| Failed to restore the auto commit to true
  828. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(82) |2021-12-13T11:44:24,081| looking for un-run change sets in snapshot version '2.2.x'
  829. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,094| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  830. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,133| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  831. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,134| Reading from openmrs.liquibasechangelog
  832. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,134| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  833. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,145| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  834. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,145| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  835. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2021-12-13T11:44:24,308| file 'org/openmrs/liquibase/snapshots/schema-only/liquibase-schema-only-2.2.x.xml' contains 871 un-run change sets
  836. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,320| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  837. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,346| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  838. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,346| Reading from openmrs.liquibasechangelog
  839. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,346| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  840. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,355| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  841. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,356| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  842. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2021-12-13T11:44:24,412| file 'org/openmrs/liquibase/snapshots/core-data/liquibase-core-data-2.2.x.xml' contains 24 un-run change sets
  843. WARN - Slf4jLogger.warning(32) |2021-12-13T11:44:24,412| Failed to restore the auto commit to true
  844. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(82) |2021-12-13T11:44:24,412| looking for un-run change sets in snapshot version '2.1.x'
  845. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,424| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  846. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,457| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  847. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,457| Reading from openmrs.liquibasechangelog
  848. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,458| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  849. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,466| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  850. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,467| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  851. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2021-12-13T11:44:24,595| file 'org/openmrs/liquibase/snapshots/schema-only/liquibase-schema-only-2.1.x.xml' contains 815 un-run change sets
  852. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,606| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  853. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,628| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  854. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,628| Reading from openmrs.liquibasechangelog
  855. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,628| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  856. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,637| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  857. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,637| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  858. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2021-12-13T11:44:24,691| file 'org/openmrs/liquibase/snapshots/core-data/liquibase-core-data-2.1.x.xml' contains 24 un-run change sets
  859. WARN - Slf4jLogger.warning(32) |2021-12-13T11:44:24,691| Failed to restore the auto commit to true
  860. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(82) |2021-12-13T11:44:24,691| looking for un-run change sets in snapshot version '1.9.x'
  861. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,702| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  862. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,724| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  863. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,725| Reading from openmrs.liquibasechangelog
  864. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,725| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  865. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,734| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  866. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,734| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  867. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2021-12-13T11:44:24,777| file 'org/openmrs/liquibase/snapshots/schema-only/liquibase-schema-only-1.9.x.xml' contains 2 un-run change sets
  868. INFO - ChangeLogDetective.logUnRunChangeSetDetails(210) |2021-12-13T11:44:24,777| file 'org/openmrs/liquibase/snapshots/schema-only/liquibase-schema-only-1.9.x.xml' contains un-run change set with id '20120529-2230' by author 'mvorobey'
  869. INFO - ChangeLogDetective.logUnRunChangeSetDetails(210) |2021-12-13T11:44:24,778| file 'org/openmrs/liquibase/snapshots/schema-only/liquibase-schema-only-1.9.x.xml' contains un-run change set with id '20120529-2231' by author 'mvorobey'
  870. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,788| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  871. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,800| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  872. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,800| Reading from openmrs.liquibasechangelog
  873. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,800| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  874. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,809| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  875. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,809| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  876. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2021-12-13T11:44:24,829| file 'org/openmrs/liquibase/snapshots/core-data/liquibase-core-data-1.9.x.xml' contains 0 un-run change sets
  877. WARN - Slf4jLogger.warning(32) |2021-12-13T11:44:24,829| Failed to restore the auto commit to true
  878. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(119) |2021-12-13T11:44:24,829| the snapshot version that had been used to initialize the OpenMRS database could not be identified, falling back to the default version '1.9.x'
  879. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,840| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  880. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,905| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  881. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,905| Reading from openmrs.liquibasechangelog
  882. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,905| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  883. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,914| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  884. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:24,915| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  885. INFO - ChangeLogDetective.getUnrunLiquibaseUpdateFileNames(149) |2021-12-13T11:44:25,017| file 'org/openmrs/liquibase/updates/liquibase-update-to-latest-2.0.x.xml}' contains 0 un-run change sets
  886. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,028| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  887. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,037| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  888. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,038| Reading from openmrs.liquibasechangelog
  889. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,038| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  890. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,046| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  891. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,047| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  892. INFO - ChangeLogDetective.getUnrunLiquibaseUpdateFileNames(149) |2021-12-13T11:44:25,052| file 'org/openmrs/liquibase/updates/liquibase-update-to-latest-2.1.x.xml}' contains 0 un-run change sets
  893. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,062| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  894. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,067| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  895. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,068| Reading from openmrs.liquibasechangelog
  896. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,068| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  897. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,076| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  898. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,076| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  899. INFO - ChangeLogDetective.getUnrunLiquibaseUpdateFileNames(149) |2021-12-13T11:44:25,081| file 'org/openmrs/liquibase/updates/liquibase-update-to-latest-2.2.x.xml}' contains 0 un-run change sets
  900. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,091| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  901. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,097| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  902. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,097| Reading from openmrs.liquibasechangelog
  903. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,097| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  904. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,105| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  905. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,106| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  906. INFO - ChangeLogDetective.getUnrunLiquibaseUpdateFileNames(149) |2021-12-13T11:44:25,108| file 'org/openmrs/liquibase/updates/liquibase-update-to-latest-2.3.x.xml}' contains 0 un-run change sets
  907. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,119| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  908. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,125| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  909. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,126| Reading from openmrs.liquibasechangelog
  910. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,126| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  911. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,134| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  912. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,134| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  913. INFO - ChangeLogDetective.getUnrunLiquibaseUpdateFileNames(149) |2021-12-13T11:44:25,139| file 'org/openmrs/liquibase/updates/liquibase-update-to-latest-2.4.x.xml}' contains 0 un-run change sets
  914. WARN - Slf4jLogger.warning(32) |2021-12-13T11:44:25,139| Failed to restore the auto commit to true
  915. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,149| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  916. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,150| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  917. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:25,150| SELECT ID,`LOCKED`,LOCKGRANTED,LOCKEDBY FROM openmrs.liquibasechangeloglock WHERE ID=1
  918. 2021-12-13 11:44:25,165 Thread-10 ERROR Unable to create file openmrs.log java.io.IOException: Permission denied
  919. at java.io.UnixFileSystem.createFileExclusively(Native Method)
  920. at java.io.File.createNewFile(File.java:1012)
  921. at org.apache.logging.log4j.core.appender.rolling.RollingFileManager$RollingFileManagerFactory.createManager(RollingFileManager.java:658)
  922. at org.apache.logging.log4j.core.appender.rolling.RollingFileManager$RollingFileManagerFactory.createManager(RollingFileManager.java:641)
  923. at org.apache.logging.log4j.core.appender.AbstractManager.getManager(AbstractManager.java:113)
  924. at org.apache.logging.log4j.core.appender.OutputStreamManager.getManager(OutputStreamManager.java:100)
  925. at org.apache.logging.log4j.core.appender.rolling.RollingFileManager.getFileManager(RollingFileManager.java:205)
  926. at org.apache.logging.log4j.core.appender.RollingFileAppender$Builder.build(RollingFileAppender.java:146)
  927. at org.apache.logging.log4j.core.appender.RollingFileAppender$Builder.build(RollingFileAppender.java:62)
  928. at org.apache.logging.log4j.core.config.plugins.util.PluginBuilder.build(PluginBuilder.java:122)
  929. at org.apache.logging.log4j.core.config.AbstractConfiguration.createPluginObject(AbstractConfiguration.java:1002)
  930. at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:942)
  931. at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:934)
  932. at org.apache.logging.log4j.core.config.AbstractConfiguration.doConfigure(AbstractConfiguration.java:552)
  933. at org.apache.logging.log4j.core.config.AbstractConfiguration.initialize(AbstractConfiguration.java:241)
  934. at org.apache.logging.log4j.core.config.AbstractConfiguration.start(AbstractConfiguration.java:288)
  935. at org.apache.logging.log4j.core.LoggerContext.setConfiguration(LoggerContext.java:618)
  936. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:691)
  937. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:708)
  938. at org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:263)
  939. at org.openmrs.util.OpenmrsUtil.setupLogAppenders(OpenmrsUtil.java:547)
  940. at org.openmrs.util.OpenmrsUtil.startup(OpenmrsUtil.java:491)
  941. at org.openmrs.api.context.Context.startup(Context.java:883)
  942. at org.openmrs.web.Listener.startOpenmrs(Listener.java:238)
  943. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  944.  
  945. 2021-12-13 11:44:25,165 Thread-10 ERROR Could not create plugin of type class org.apache.logging.log4j.core.appender.RollingFileAppender for element RollingFile: java.lang.IllegalStateException: ManagerFactory [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$RollingFileManagerFactory@13ed6b82] unable to create manager for [openmrs.log] with data [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$FactoryData@66311d90[pattern=openmrs.%i.log.gz, append=false, bufferedIO=true, bufferSize=8192, policy=CompositeTriggeringPolicy(policies=[OnStartupTriggeringPolicy, SizeBasedTriggeringPolicy(size=10485760)]), strategy=DefaultRolloverStrategy(min=1, max=1, useMax=true), advertiseURI=null, layout=%d{ABSOLUTE} %-5p [%c{1}] %m%n, filePermissions=null, fileOwner=null]] java.lang.IllegalStateException: ManagerFactory [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$RollingFileManagerFactory@13ed6b82] unable to create manager for [openmrs.log] with data [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$FactoryData@66311d90[pattern=openmrs.%i.log.gz, append=false, bufferedIO=true, bufferSize=8192, policy=CompositeTriggeringPolicy(policies=[OnStartupTriggeringPolicy, SizeBasedTriggeringPolicy(size=10485760)]), strategy=DefaultRolloverStrategy(min=1, max=1, useMax=true), advertiseURI=null, layout=%d{ABSOLUTE} %-5p [%c{1}] %m%n, filePermissions=null, fileOwner=null]]
  946. at org.apache.logging.log4j.core.appender.AbstractManager.getManager(AbstractManager.java:115)
  947. at org.apache.logging.log4j.core.appender.OutputStreamManager.getManager(OutputStreamManager.java:100)
  948. at org.apache.logging.log4j.core.appender.rolling.RollingFileManager.getFileManager(RollingFileManager.java:205)
  949. at org.apache.logging.log4j.core.appender.RollingFileAppender$Builder.build(RollingFileAppender.java:146)
  950. at org.apache.logging.log4j.core.appender.RollingFileAppender$Builder.build(RollingFileAppender.java:62)
  951. at org.apache.logging.log4j.core.config.plugins.util.PluginBuilder.build(PluginBuilder.java:122)
  952. at org.apache.logging.log4j.core.config.AbstractConfiguration.createPluginObject(AbstractConfiguration.java:1002)
  953. at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:942)
  954. at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:934)
  955. at org.apache.logging.log4j.core.config.AbstractConfiguration.doConfigure(AbstractConfiguration.java:552)
  956. at org.apache.logging.log4j.core.config.AbstractConfiguration.initialize(AbstractConfiguration.java:241)
  957. at org.apache.logging.log4j.core.config.AbstractConfiguration.start(AbstractConfiguration.java:288)
  958. at org.apache.logging.log4j.core.LoggerContext.setConfiguration(LoggerContext.java:618)
  959. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:691)
  960. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:708)
  961. at org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:263)
  962. at org.openmrs.util.OpenmrsUtil.setupLogAppenders(OpenmrsUtil.java:547)
  963. at org.openmrs.util.OpenmrsUtil.startup(OpenmrsUtil.java:491)
  964. at org.openmrs.api.context.Context.startup(Context.java:883)
  965. at org.openmrs.web.Listener.startOpenmrs(Listener.java:238)
  966. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  967.  
  968. 2021-12-13 11:44:25,166 Thread-10 ERROR Unable to invoke factory method in class org.apache.logging.log4j.core.appender.RollingFileAppender for element RollingFile: java.lang.IllegalStateException: No factory method found for class org.apache.logging.log4j.core.appender.RollingFileAppender java.lang.IllegalStateException: No factory method found for class org.apache.logging.log4j.core.appender.RollingFileAppender
  969. at org.apache.logging.log4j.core.config.plugins.util.PluginBuilder.findFactoryMethod(PluginBuilder.java:234)
  970. at org.apache.logging.log4j.core.config.plugins.util.PluginBuilder.build(PluginBuilder.java:134)
  971. at org.apache.logging.log4j.core.config.AbstractConfiguration.createPluginObject(AbstractConfiguration.java:1002)
  972. at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:942)
  973. at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:934)
  974. at org.apache.logging.log4j.core.config.AbstractConfiguration.doConfigure(AbstractConfiguration.java:552)
  975. at org.apache.logging.log4j.core.config.AbstractConfiguration.initialize(AbstractConfiguration.java:241)
  976. at org.apache.logging.log4j.core.config.AbstractConfiguration.start(AbstractConfiguration.java:288)
  977. at org.apache.logging.log4j.core.LoggerContext.setConfiguration(LoggerContext.java:618)
  978. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:691)
  979. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:708)
  980. at org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:263)
  981. at org.openmrs.util.OpenmrsUtil.setupLogAppenders(OpenmrsUtil.java:547)
  982. at org.openmrs.util.OpenmrsUtil.startup(OpenmrsUtil.java:491)
  983. at org.openmrs.api.context.Context.startup(Context.java:883)
  984. at org.openmrs.web.Listener.startOpenmrs(Listener.java:238)
  985. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  986.  
  987. 2021-12-13 11:44:25,167 Thread-10 ERROR Null object returned for RollingFile in Appenders.
  988. 2021-12-13 11:44:25,201 Thread-10 ERROR Unable to create file openmrs.log java.io.IOException: Permission denied
  989. at java.io.UnixFileSystem.createFileExclusively(Native Method)
  990. at java.io.File.createNewFile(File.java:1012)
  991. at org.apache.logging.log4j.core.appender.rolling.RollingFileManager$RollingFileManagerFactory.createManager(RollingFileManager.java:658)
  992. at org.apache.logging.log4j.core.appender.rolling.RollingFileManager$RollingFileManagerFactory.createManager(RollingFileManager.java:641)
  993. at org.apache.logging.log4j.core.appender.AbstractManager.getManager(AbstractManager.java:113)
  994. at org.apache.logging.log4j.core.appender.OutputStreamManager.getManager(OutputStreamManager.java:100)
  995. at org.apache.logging.log4j.core.appender.rolling.RollingFileManager.getFileManager(RollingFileManager.java:205)
  996. at org.apache.logging.log4j.core.appender.RollingFileAppender$Builder.build(RollingFileAppender.java:146)
  997. at org.apache.logging.log4j.core.appender.RollingFileAppender$Builder.build(RollingFileAppender.java:62)
  998. at org.apache.logging.log4j.core.config.plugins.util.PluginBuilder.build(PluginBuilder.java:122)
  999. at org.apache.logging.log4j.core.config.AbstractConfiguration.createPluginObject(AbstractConfiguration.java:1002)
  1000. at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:942)
  1001. at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:934)
  1002. at org.apache.logging.log4j.core.config.AbstractConfiguration.doConfigure(AbstractConfiguration.java:552)
  1003. at org.apache.logging.log4j.core.config.AbstractConfiguration.initialize(AbstractConfiguration.java:241)
  1004. at org.apache.logging.log4j.core.config.AbstractConfiguration.start(AbstractConfiguration.java:288)
  1005. at org.apache.logging.log4j.core.LoggerContext.setConfiguration(LoggerContext.java:618)
  1006. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:691)
  1007. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:708)
  1008. at org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:263)
  1009. at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:243)
  1010. at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:45)
  1011. at org.apache.logging.log4j.LogManager.getContext(LogManager.java:174)
  1012. at org.apache.logging.log4j.LogManager.getLogger(LogManager.java:669)
  1013. at org.jboss.logging.Log4j2Logger.<init>(Log4j2Logger.java:36)
  1014. at org.jboss.logging.Log4j2LoggerProvider.getLogger(Log4j2LoggerProvider.java:30)
  1015. at org.jboss.logging.Log4j2LoggerProvider.getLogger(Log4j2LoggerProvider.java:26)
  1016. at org.jboss.logging.Logger.getLogger(Logger.java:2465)
  1017. at org.jboss.logging.Logger.doGetMessageLogger(Logger.java:2573)
  1018. at org.jboss.logging.Logger.getMessageLogger(Logger.java:2530)
  1019. at org.jboss.logging.Logger.getMessageLogger(Logger.java:2516)
  1020. at org.hibernate.internal.CoreLogging.messageLogger(CoreLogging.java:28)
  1021. at org.hibernate.internal.CoreLogging.messageLogger(CoreLogging.java:24)
  1022. at org.hibernate.loader.entity.CacheEntityLoaderHelper.<clinit>(CacheEntityLoaderHelper.java:55)
  1023. at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:510)
  1024. at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
  1025. at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
  1026. at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
  1027. at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
  1028. at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
  1029. at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1187)
  1030. at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1176)
  1031. at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:194)
  1032. at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2787)
  1033. at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2768)
  1034. at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2724)
  1035. at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2768)
  1036. at org.hibernate.internal.SessionImpl.get(SessionImpl.java:984)
  1037. at org.openmrs.api.db.hibernate.HibernateAdministrationDAO.isDatabaseStringComparisonCaseSensitive(HibernateAdministrationDAO.java:301)
  1038. at org.openmrs.api.db.hibernate.HibernateAdministrationDAO.getGlobalPropertyObject(HibernateAdministrationDAO.java:102)
  1039. at org.openmrs.api.db.hibernate.HibernateAdministrationDAO.getGlobalProperty(HibernateAdministrationDAO.java:87)
  1040. at org.openmrs.api.impl.AdministrationServiceImpl.getGlobalProperty(AdministrationServiceImpl.java:154)
  1041. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1042. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1043. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1044. at java.lang.reflect.Method.invoke(Method.java:498)
  1045. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
  1046. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
  1047. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  1048. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
  1049. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
  1050. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1051. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
  1052. at com.sun.proxy.$Proxy121.getGlobalProperty(Unknown Source)
  1053. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1054. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1055. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1056. at java.lang.reflect.Method.invoke(Method.java:498)
  1057. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
  1058. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
  1059. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  1060. at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:53)
  1061. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:352)
  1062. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  1063. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1064. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:123)
  1065. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1066. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
  1067. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1068. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
  1069. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1070. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
  1071. at com.sun.proxy.$Proxy146.getGlobalProperty(Unknown Source)
  1072. at org.openmrs.api.impl.AdministrationServiceImpl.getGlobalProperty(AdministrationServiceImpl.java:164)
  1073. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1074. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1075. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1076. at java.lang.reflect.Method.invoke(Method.java:498)
  1077. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
  1078. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
  1079. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  1080. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
  1081. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
  1082. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1083. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
  1084. at com.sun.proxy.$Proxy121.getGlobalProperty(Unknown Source)
  1085. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1086. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1087. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1088. at java.lang.reflect.Method.invoke(Method.java:498)
  1089. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
  1090. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
  1091. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  1092. at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:53)
  1093. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:352)
  1094. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  1095. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1096. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:123)
  1097. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1098. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
  1099. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1100. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
  1101. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1102. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
  1103. at com.sun.proxy.$Proxy146.getGlobalProperty(Unknown Source)
  1104. at org.openmrs.util.OpenmrsUtil.setupLogAppenders(OpenmrsUtil.java:563)
  1105. at org.openmrs.util.OpenmrsUtil.startup(OpenmrsUtil.java:491)
  1106. at org.openmrs.api.context.Context.startup(Context.java:883)
  1107. at org.openmrs.web.Listener.startOpenmrs(Listener.java:238)
  1108. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1109.  
  1110. 2021-12-13 11:44:25,202 Thread-10 ERROR Could not create plugin of type class org.apache.logging.log4j.core.appender.RollingFileAppender for element RollingFile: java.lang.IllegalStateException: ManagerFactory [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$RollingFileManagerFactory@13ed6b82] unable to create manager for [openmrs.log] with data [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$FactoryData@6e59efd3[pattern=openmrs.%i.log.gz, append=false, bufferedIO=true, bufferSize=8192, policy=CompositeTriggeringPolicy(policies=[OnStartupTriggeringPolicy, SizeBasedTriggeringPolicy(size=10485760)]), strategy=DefaultRolloverStrategy(min=1, max=1, useMax=true), advertiseURI=null, layout=%d{ABSOLUTE} %-5p [%c{1}] %m%n, filePermissions=null, fileOwner=null]] java.lang.IllegalStateException: ManagerFactory [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$RollingFileManagerFactory@13ed6b82] unable to create manager for [openmrs.log] with data [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$FactoryData@6e59efd3[pattern=openmrs.%i.log.gz, append=false, bufferedIO=true, bufferSize=8192, policy=CompositeTriggeringPolicy(policies=[OnStartupTriggeringPolicy, SizeBasedTriggeringPolicy(size=10485760)]), strategy=DefaultRolloverStrategy(min=1, max=1, useMax=true), advertiseURI=null, layout=%d{ABSOLUTE} %-5p [%c{1}] %m%n, filePermissions=null, fileOwner=null]]
  1111. at org.apache.logging.log4j.core.appender.AbstractManager.getManager(AbstractManager.java:115)
  1112. at org.apache.logging.log4j.core.appender.OutputStreamManager.getManager(OutputStreamManager.java:100)
  1113. at org.apache.logging.log4j.core.appender.rolling.RollingFileManager.getFileManager(RollingFileManager.java:205)
  1114. at org.apache.logging.log4j.core.appender.RollingFileAppender$Builder.build(RollingFileAppender.java:146)
  1115. at org.apache.logging.log4j.core.appender.RollingFileAppender$Builder.build(RollingFileAppender.java:62)
  1116. at org.apache.logging.log4j.core.config.plugins.util.PluginBuilder.build(PluginBuilder.java:122)
  1117. at org.apache.logging.log4j.core.config.AbstractConfiguration.createPluginObject(AbstractConfiguration.java:1002)
  1118. at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:942)
  1119. at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:934)
  1120. at org.apache.logging.log4j.core.config.AbstractConfiguration.doConfigure(AbstractConfiguration.java:552)
  1121. at org.apache.logging.log4j.core.config.AbstractConfiguration.initialize(AbstractConfiguration.java:241)
  1122. at org.apache.logging.log4j.core.config.AbstractConfiguration.start(AbstractConfiguration.java:288)
  1123. at org.apache.logging.log4j.core.LoggerContext.setConfiguration(LoggerContext.java:618)
  1124. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:691)
  1125. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:708)
  1126. at org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:263)
  1127. at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:243)
  1128. at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:45)
  1129. at org.apache.logging.log4j.LogManager.getContext(LogManager.java:174)
  1130. at org.apache.logging.log4j.LogManager.getLogger(LogManager.java:669)
  1131. at org.jboss.logging.Log4j2Logger.<init>(Log4j2Logger.java:36)
  1132. at org.jboss.logging.Log4j2LoggerProvider.getLogger(Log4j2LoggerProvider.java:30)
  1133. at org.jboss.logging.Log4j2LoggerProvider.getLogger(Log4j2LoggerProvider.java:26)
  1134. at org.jboss.logging.Logger.getLogger(Logger.java:2465)
  1135. at org.jboss.logging.Logger.doGetMessageLogger(Logger.java:2573)
  1136. at org.jboss.logging.Logger.getMessageLogger(Logger.java:2530)
  1137. at org.jboss.logging.Logger.getMessageLogger(Logger.java:2516)
  1138. at org.hibernate.internal.CoreLogging.messageLogger(CoreLogging.java:28)
  1139. at org.hibernate.internal.CoreLogging.messageLogger(CoreLogging.java:24)
  1140. at org.hibernate.loader.entity.CacheEntityLoaderHelper.<clinit>(CacheEntityLoaderHelper.java:55)
  1141. at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:510)
  1142. at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
  1143. at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
  1144. at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
  1145. at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
  1146. at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
  1147. at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1187)
  1148. at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1176)
  1149. at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:194)
  1150. at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2787)
  1151. at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2768)
  1152. at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2724)
  1153. at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2768)
  1154. at org.hibernate.internal.SessionImpl.get(SessionImpl.java:984)
  1155. at org.openmrs.api.db.hibernate.HibernateAdministrationDAO.isDatabaseStringComparisonCaseSensitive(HibernateAdministrationDAO.java:301)
  1156. at org.openmrs.api.db.hibernate.HibernateAdministrationDAO.getGlobalPropertyObject(HibernateAdministrationDAO.java:102)
  1157. at org.openmrs.api.db.hibernate.HibernateAdministrationDAO.getGlobalProperty(HibernateAdministrationDAO.java:87)
  1158. at org.openmrs.api.impl.AdministrationServiceImpl.getGlobalProperty(AdministrationServiceImpl.java:154)
  1159. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1160. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1161. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1162. at java.lang.reflect.Method.invoke(Method.java:498)
  1163. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
  1164. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
  1165. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  1166. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
  1167. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
  1168. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1169. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
  1170. at com.sun.proxy.$Proxy121.getGlobalProperty(Unknown Source)
  1171. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1172. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1173. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1174. at java.lang.reflect.Method.invoke(Method.java:498)
  1175. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
  1176. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
  1177. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  1178. at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:53)
  1179. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:352)
  1180. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  1181. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1182. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:123)
  1183. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1184. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
  1185. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1186. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
  1187. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1188. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
  1189. at com.sun.proxy.$Proxy146.getGlobalProperty(Unknown Source)
  1190. at org.openmrs.api.impl.AdministrationServiceImpl.getGlobalProperty(AdministrationServiceImpl.java:164)
  1191. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1192. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1193. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1194. at java.lang.reflect.Method.invoke(Method.java:498)
  1195. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
  1196. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
  1197. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  1198. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
  1199. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
  1200. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1201. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
  1202. at com.sun.proxy.$Proxy121.getGlobalProperty(Unknown Source)
  1203. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1204. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1205. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1206. at java.lang.reflect.Method.invoke(Method.java:498)
  1207. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
  1208. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
  1209. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  1210. at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:53)
  1211. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:352)
  1212. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  1213. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1214. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:123)
  1215. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1216. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
  1217. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1218. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
  1219. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1220. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
  1221. at com.sun.proxy.$Proxy146.getGlobalProperty(Unknown Source)
  1222. at org.openmrs.util.OpenmrsUtil.setupLogAppenders(OpenmrsUtil.java:563)
  1223. at org.openmrs.util.OpenmrsUtil.startup(OpenmrsUtil.java:491)
  1224. at org.openmrs.api.context.Context.startup(Context.java:883)
  1225. at org.openmrs.web.Listener.startOpenmrs(Listener.java:238)
  1226. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1227.  
  1228. 2021-12-13 11:44:25,203 Thread-10 ERROR Unable to invoke factory method in class org.apache.logging.log4j.core.appender.RollingFileAppender for element RollingFile: java.lang.IllegalStateException: No factory method found for class org.apache.logging.log4j.core.appender.RollingFileAppender java.lang.IllegalStateException: No factory method found for class org.apache.logging.log4j.core.appender.RollingFileAppender
  1229. at org.apache.logging.log4j.core.config.plugins.util.PluginBuilder.findFactoryMethod(PluginBuilder.java:234)
  1230. at org.apache.logging.log4j.core.config.plugins.util.PluginBuilder.build(PluginBuilder.java:134)
  1231. at org.apache.logging.log4j.core.config.AbstractConfiguration.createPluginObject(AbstractConfiguration.java:1002)
  1232. at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:942)
  1233. at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:934)
  1234. at org.apache.logging.log4j.core.config.AbstractConfiguration.doConfigure(AbstractConfiguration.java:552)
  1235. at org.apache.logging.log4j.core.config.AbstractConfiguration.initialize(AbstractConfiguration.java:241)
  1236. at org.apache.logging.log4j.core.config.AbstractConfiguration.start(AbstractConfiguration.java:288)
  1237. at org.apache.logging.log4j.core.LoggerContext.setConfiguration(LoggerContext.java:618)
  1238. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:691)
  1239. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:708)
  1240. at org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:263)
  1241. at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:243)
  1242. at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:45)
  1243. at org.apache.logging.log4j.LogManager.getContext(LogManager.java:174)
  1244. at org.apache.logging.log4j.LogManager.getLogger(LogManager.java:669)
  1245. at org.jboss.logging.Log4j2Logger.<init>(Log4j2Logger.java:36)
  1246. at org.jboss.logging.Log4j2LoggerProvider.getLogger(Log4j2LoggerProvider.java:30)
  1247. at org.jboss.logging.Log4j2LoggerProvider.getLogger(Log4j2LoggerProvider.java:26)
  1248. at org.jboss.logging.Logger.getLogger(Logger.java:2465)
  1249. at org.jboss.logging.Logger.doGetMessageLogger(Logger.java:2573)
  1250. at org.jboss.logging.Logger.getMessageLogger(Logger.java:2530)
  1251. at org.jboss.logging.Logger.getMessageLogger(Logger.java:2516)
  1252. at org.hibernate.internal.CoreLogging.messageLogger(CoreLogging.java:28)
  1253. at org.hibernate.internal.CoreLogging.messageLogger(CoreLogging.java:24)
  1254. at org.hibernate.loader.entity.CacheEntityLoaderHelper.<clinit>(CacheEntityLoaderHelper.java:55)
  1255. at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:510)
  1256. at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
  1257. at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
  1258. at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
  1259. at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
  1260. at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
  1261. at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1187)
  1262. at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1176)
  1263. at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:194)
  1264. at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2787)
  1265. at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2768)
  1266. at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2724)
  1267. at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2768)
  1268. at org.hibernate.internal.SessionImpl.get(SessionImpl.java:984)
  1269. at org.openmrs.api.db.hibernate.HibernateAdministrationDAO.isDatabaseStringComparisonCaseSensitive(HibernateAdministrationDAO.java:301)
  1270. at org.openmrs.api.db.hibernate.HibernateAdministrationDAO.getGlobalPropertyObject(HibernateAdministrationDAO.java:102)
  1271. at org.openmrs.api.db.hibernate.HibernateAdministrationDAO.getGlobalProperty(HibernateAdministrationDAO.java:87)
  1272. at org.openmrs.api.impl.AdministrationServiceImpl.getGlobalProperty(AdministrationServiceImpl.java:154)
  1273. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1274. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1275. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1276. at java.lang.reflect.Method.invoke(Method.java:498)
  1277. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
  1278. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
  1279. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  1280. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
  1281. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
  1282. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1283. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
  1284. at com.sun.proxy.$Proxy121.getGlobalProperty(Unknown Source)
  1285. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1286. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1287. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1288. at java.lang.reflect.Method.invoke(Method.java:498)
  1289. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
  1290. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
  1291. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  1292. at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:53)
  1293. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:352)
  1294. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  1295. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1296. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:123)
  1297. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1298. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
  1299. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1300. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
  1301. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1302. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
  1303. at com.sun.proxy.$Proxy146.getGlobalProperty(Unknown Source)
  1304. at org.openmrs.api.impl.AdministrationServiceImpl.getGlobalProperty(AdministrationServiceImpl.java:164)
  1305. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1306. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1307. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1308. at java.lang.reflect.Method.invoke(Method.java:498)
  1309. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
  1310. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
  1311. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  1312. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
  1313. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
  1314. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1315. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
  1316. at com.sun.proxy.$Proxy121.getGlobalProperty(Unknown Source)
  1317. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1318. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1319. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1320. at java.lang.reflect.Method.invoke(Method.java:498)
  1321. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
  1322. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
  1323. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  1324. at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:53)
  1325. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:352)
  1326. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  1327. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1328. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:123)
  1329. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1330. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
  1331. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1332. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
  1333. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1334. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
  1335. at com.sun.proxy.$Proxy146.getGlobalProperty(Unknown Source)
  1336. at org.openmrs.util.OpenmrsUtil.setupLogAppenders(OpenmrsUtil.java:563)
  1337. at org.openmrs.util.OpenmrsUtil.startup(OpenmrsUtil.java:491)
  1338. at org.openmrs.api.context.Context.startup(Context.java:883)
  1339. at org.openmrs.web.Listener.startOpenmrs(Listener.java:238)
  1340. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1341.  
  1342. 2021-12-13 11:44:25,205 Thread-10 ERROR Null object returned for RollingFile in Appenders.
  1343. 2021-12-13 11:44:25,278 Thread-10 ERROR Unable to create file openmrs.log java.io.IOException: Permission denied
  1344. at java.io.UnixFileSystem.createFileExclusively(Native Method)
  1345. at java.io.File.createNewFile(File.java:1012)
  1346. at org.apache.logging.log4j.core.appender.rolling.RollingFileManager$RollingFileManagerFactory.createManager(RollingFileManager.java:658)
  1347. at org.apache.logging.log4j.core.appender.rolling.RollingFileManager$RollingFileManagerFactory.createManager(RollingFileManager.java:641)
  1348. at org.apache.logging.log4j.core.appender.AbstractManager.getManager(AbstractManager.java:113)
  1349. at org.apache.logging.log4j.core.appender.OutputStreamManager.getManager(OutputStreamManager.java:100)
  1350. at org.apache.logging.log4j.core.appender.rolling.RollingFileManager.getFileManager(RollingFileManager.java:205)
  1351. at org.apache.logging.log4j.core.appender.RollingFileAppender$Builder.build(RollingFileAppender.java:146)
  1352. at org.apache.logging.log4j.core.appender.RollingFileAppender$Builder.build(RollingFileAppender.java:62)
  1353. at org.apache.logging.log4j.core.config.plugins.util.PluginBuilder.build(PluginBuilder.java:122)
  1354. at org.apache.logging.log4j.core.config.AbstractConfiguration.createPluginObject(AbstractConfiguration.java:1002)
  1355. at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:942)
  1356. at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:934)
  1357. at org.apache.logging.log4j.core.config.AbstractConfiguration.doConfigure(AbstractConfiguration.java:552)
  1358. at org.apache.logging.log4j.core.config.AbstractConfiguration.initialize(AbstractConfiguration.java:241)
  1359. at org.apache.logging.log4j.core.config.AbstractConfiguration.start(AbstractConfiguration.java:288)
  1360. at org.apache.logging.log4j.core.LoggerContext.setConfiguration(LoggerContext.java:618)
  1361. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:691)
  1362. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:708)
  1363. at org.openmrs.util.OpenmrsUtil.applyLogLevels(OpenmrsUtil.java:519)
  1364. at org.openmrs.util.OpenmrsUtil.startup(OpenmrsUtil.java:494)
  1365. at org.openmrs.api.context.Context.startup(Context.java:883)
  1366. at org.openmrs.web.Listener.startOpenmrs(Listener.java:238)
  1367. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1368.  
  1369. 2021-12-13 11:44:25,279 Thread-10 ERROR Could not create plugin of type class org.apache.logging.log4j.core.appender.RollingFileAppender for element RollingFile: java.lang.IllegalStateException: ManagerFactory [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$RollingFileManagerFactory@13ed6b82] unable to create manager for [openmrs.log] with data [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$FactoryData@34f1efa9[pattern=openmrs.%i.log.gz, append=false, bufferedIO=true, bufferSize=8192, policy=CompositeTriggeringPolicy(policies=[OnStartupTriggeringPolicy, SizeBasedTriggeringPolicy(size=10485760)]), strategy=DefaultRolloverStrategy(min=1, max=1, useMax=true), advertiseURI=null, layout=%d{ABSOLUTE} %-5p [%c{1}] %m%n, filePermissions=null, fileOwner=null]] java.lang.IllegalStateException: ManagerFactory [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$RollingFileManagerFactory@13ed6b82] unable to create manager for [openmrs.log] with data [org.apache.logging.log4j.core.appender.rolling.RollingFileManager$FactoryData@34f1efa9[pattern=openmrs.%i.log.gz, append=false, bufferedIO=true, bufferSize=8192, policy=CompositeTriggeringPolicy(policies=[OnStartupTriggeringPolicy, SizeBasedTriggeringPolicy(size=10485760)]), strategy=DefaultRolloverStrategy(min=1, max=1, useMax=true), advertiseURI=null, layout=%d{ABSOLUTE} %-5p [%c{1}] %m%n, filePermissions=null, fileOwner=null]]
  1370. at org.apache.logging.log4j.core.appender.AbstractManager.getManager(AbstractManager.java:115)
  1371. at org.apache.logging.log4j.core.appender.OutputStreamManager.getManager(OutputStreamManager.java:100)
  1372. at org.apache.logging.log4j.core.appender.rolling.RollingFileManager.getFileManager(RollingFileManager.java:205)
  1373. at org.apache.logging.log4j.core.appender.RollingFileAppender$Builder.build(RollingFileAppender.java:146)
  1374. at org.apache.logging.log4j.core.appender.RollingFileAppender$Builder.build(RollingFileAppender.java:62)
  1375. at org.apache.logging.log4j.core.config.plugins.util.PluginBuilder.build(PluginBuilder.java:122)
  1376. at org.apache.logging.log4j.core.config.AbstractConfiguration.createPluginObject(AbstractConfiguration.java:1002)
  1377. at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:942)
  1378. at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:934)
  1379. at org.apache.logging.log4j.core.config.AbstractConfiguration.doConfigure(AbstractConfiguration.java:552)
  1380. at org.apache.logging.log4j.core.config.AbstractConfiguration.initialize(AbstractConfiguration.java:241)
  1381. at org.apache.logging.log4j.core.config.AbstractConfiguration.start(AbstractConfiguration.java:288)
  1382. at org.apache.logging.log4j.core.LoggerContext.setConfiguration(LoggerContext.java:618)
  1383. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:691)
  1384. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:708)
  1385. at org.openmrs.util.OpenmrsUtil.applyLogLevels(OpenmrsUtil.java:519)
  1386. at org.openmrs.util.OpenmrsUtil.startup(OpenmrsUtil.java:494)
  1387. at org.openmrs.api.context.Context.startup(Context.java:883)
  1388. at org.openmrs.web.Listener.startOpenmrs(Listener.java:238)
  1389. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1390.  
  1391. 2021-12-13 11:44:25,279 Thread-10 ERROR Unable to invoke factory method in class org.apache.logging.log4j.core.appender.RollingFileAppender for element RollingFile: java.lang.IllegalStateException: No factory method found for class org.apache.logging.log4j.core.appender.RollingFileAppender java.lang.IllegalStateException: No factory method found for class org.apache.logging.log4j.core.appender.RollingFileAppender
  1392. at org.apache.logging.log4j.core.config.plugins.util.PluginBuilder.findFactoryMethod(PluginBuilder.java:234)
  1393. at org.apache.logging.log4j.core.config.plugins.util.PluginBuilder.build(PluginBuilder.java:134)
  1394. at org.apache.logging.log4j.core.config.AbstractConfiguration.createPluginObject(AbstractConfiguration.java:1002)
  1395. at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:942)
  1396. at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:934)
  1397. at org.apache.logging.log4j.core.config.AbstractConfiguration.doConfigure(AbstractConfiguration.java:552)
  1398. at org.apache.logging.log4j.core.config.AbstractConfiguration.initialize(AbstractConfiguration.java:241)
  1399. at org.apache.logging.log4j.core.config.AbstractConfiguration.start(AbstractConfiguration.java:288)
  1400. at org.apache.logging.log4j.core.LoggerContext.setConfiguration(LoggerContext.java:618)
  1401. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:691)
  1402. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:708)
  1403. at org.openmrs.util.OpenmrsUtil.applyLogLevels(OpenmrsUtil.java:519)
  1404. at org.openmrs.util.OpenmrsUtil.startup(OpenmrsUtil.java:494)
  1405. at org.openmrs.api.context.Context.startup(Context.java:883)
  1406. at org.openmrs.web.Listener.startOpenmrs(Listener.java:238)
  1407. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1408.  
  1409. 2021-12-13 11:44:25,280 Thread-10 ERROR Null object returned for RollingFile in Appenders.
  1410. DEBUG - ModuleClassLoader.getUrls(280) |2021-12-13T11:44:25,980| Expanding /lib folder in module
  1411. 2021-12-13 11:44:25,980 Thread-11 ERROR Attempted to append to non-started appender MEMORY_APPENDER
  1412. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,010| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/event/lib/hawtdispatch-1.11.jar
  1413. 2021-12-13 11:44:26,010 Thread-11 ERROR Attempted to append to non-started appender MEMORY_APPENDER
  1414. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,010| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/event/lib/commons-net-3.1.jar
  1415. 2021-12-13 11:44:26,010 Thread-11 ERROR Attempted to append to non-started appender MEMORY_APPENDER
  1416. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,010| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/event/lib/hawtdispatch-transport-1.11.jar
  1417. 2021-12-13 11:44:26,010 Thread-11 ERROR Attempted to append to non-started appender MEMORY_APPENDER
  1418. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,011| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/event/lib/spring-jms-3.0.5.RELEASE.jar
  1419. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,011| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/event/lib/mqtt-client-1.3.jar
  1420. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,011| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/event/lib/activemq-core-5.7.0.jar
  1421. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,011| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/event/lib/geronimo-jms_1.1_spec-1.1.1.jar
  1422. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,011| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/event/lib/kahadb-5.7.0.jar
  1423. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,011| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/event/lib/event-api-2.10.0.jar
  1424. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,011| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/event/lib/jasypt-1.9.0.jar
  1425. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,011| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/event/lib/activemq-protobuf-1.1.jar
  1426. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,011| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/event/lib/geronimo-j2ee-management_1.1_spec-1.0.1.jar
  1427. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,011| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/event/lib/hawtbuf-1.9.jar
  1428. DEBUG - ModuleClassLoader.<init>(93) |2021-12-13T11:44:26,011| URLs length: 14
  1429. DEBUG - SqlDiffFileParser.getSqlDiffs(77) |2021-12-13T11:44:26,022| No sqldiff.xml found for module: Event Module
  1430. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:26,100| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: event.started value: true,
  1431. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:26,124| Exiting method saveGlobalProperty
  1432. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:26,127| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: event.mandatory value: false,
  1433. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:26,130| Exiting method saveGlobalProperty
  1434. INFO - EventActivator.willStart(54) |2021-12-13T11:44:26,132| Starting Event Queue Module
  1435. DEBUG - ModuleClassLoader.getUrls(280) |2021-12-13T11:44:26,135| Expanding /lib folder in module
  1436. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,137| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/serialization.xstream/lib/serialization.xstream-api-1.10-0.2.15.jar
  1437. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,138| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/serialization.xstream/lib/serialization.xstream-api-1.9-0.2.15.jar
  1438. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,138| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/serialization.xstream/lib/cglib-nodep-2.2.jar
  1439. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,138| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/serialization.xstream/lib/serialization.xstream-api-2.0-0.2.15.jar
  1440. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,138| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/serialization.xstream/lib/serialization.xstream-api-0.2.15.jar
  1441. DEBUG - ModuleClassLoader.<init>(93) |2021-12-13T11:44:26,138| URLs length: 6
  1442. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:26,153| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: serialization.xstream.started value: true,
  1443. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:26,158| Exiting method saveGlobalProperty
  1444. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:26,161| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: serialization.xstream.mandatory value: false,
  1445. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:26,167| Exiting method saveGlobalProperty
  1446. DEBUG - ModuleClassLoader.getUrls(280) |2021-12-13T11:44:26,172| Expanding /lib folder in module
  1447. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,183| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/legacyui/lib/dwr-2.0.7-mod.jar
  1448. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,183| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/legacyui/lib/legacyui-api-1.9.0.jar
  1449. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,183| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/legacyui/lib/jcommon-1.0.15.jar
  1450. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,183| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/legacyui/lib/jfreechart-1.0.12.jar
  1451. DEBUG - ModuleClassLoader.<init>(93) |2021-12-13T11:44:26,183| URLs length: 5
  1452. DEBUG - SqlDiffFileParser.getSqlDiffs(77) |2021-12-13T11:44:26,188| No sqldiff.xml found for module: Legacy UI Module
  1453. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:26,193| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: legacyui.started value: true,
  1454. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:26,197| Exiting method saveGlobalProperty
  1455. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:26,200| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: legacyui.mandatory value: false,
  1456. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:26,204| Exiting method saveGlobalProperty
  1457. INFO - LegacyUIActivator.willStart(42) |2021-12-13T11:44:26,259| Starting Legacy UI Module
  1458. DEBUG - ModuleClassLoader.getUrls(280) |2021-12-13T11:44:26,261| Expanding /lib folder in module
  1459. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,261| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/databasebackup/lib/databasebackup-api-1.3.0.jar
  1460. DEBUG - ModuleClassLoader.<init>(93) |2021-12-13T11:44:26,261| URLs length: 2
  1461. DEBUG - SqlDiffFileParser.getSqlDiffs(77) |2021-12-13T11:44:26,265| No sqldiff.xml found for module: Database Backup Module
  1462. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,275| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  1463. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,281| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  1464. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,282| Reading from openmrs.liquibasechangelog
  1465. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,282| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  1466. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,289| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  1467. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,289| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  1468. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,292| SELECT `LOCKED` FROM openmrs.liquibasechangeloglock WHERE ID=1
  1469. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,372| Successfully acquired change log lock
  1470. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,413| Successfully released change log lock
  1471. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:26,419| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: databasebackup.started value: true,
  1472. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:26,423| Exiting method saveGlobalProperty
  1473. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:26,426| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: databasebackup.mandatory value: false,
  1474. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:26,431| Exiting method saveGlobalProperty
  1475. DEBUG - ModuleClassLoader.getUrls(280) |2021-12-13T11:44:26,464| Expanding /lib folder in module
  1476. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,495| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/j2objc-annotations-1.1.jar
  1477. DEBUG - ModuleClassLoader.getUrls(328) |2021-12-13T11:44:26,495| Excluding file from classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/webservices.rest-omod-2.3-2.33.0.jar
  1478. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,495| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/swagger-annotations-1.6.2.jar
  1479. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,496| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/webservices.rest-omod-1.12-2.33.0.jar
  1480. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,496| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
  1481. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,496| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/evo-inflector-1.2.2.jar
  1482. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,496| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/commons-codec-1.14.jar
  1483. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,496| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/webservices.rest-omod-2.2-2.33.0.jar
  1484. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,496| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/swagger-models-1.6.2.jar
  1485. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,496| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/joda-time-2.10.6.jar
  1486. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,496| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/swagger-core-1.6.2.jar
  1487. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,496| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/jackson-dataformat-yaml-2.11.1.jar
  1488. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,496| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/checker-compat-qual-2.5.2.jar
  1489. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,497| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/animal-sniffer-annotations-1.17.jar
  1490. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,497| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/snakeyaml-1.26.jar
  1491. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,497| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/jackson-annotations-2.11.1.jar
  1492. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,497| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/failureaccess-1.0.1.jar
  1493. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,497| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/webservices.rest-omod-common-2.33.0.jar
  1494. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,497| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/webservices.rest-omod-1.11-2.33.0.jar
  1495. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,497| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/commons-lang3-3.1.jar
  1496. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,497| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/guava-27.0.1-android.jar
  1497. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,497| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/jackson-core-2.11.1.jar
  1498. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,497| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/jsr305-3.0.2.jar
  1499. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,497| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/webservices.rest-omod-2.0-2.33.0.jar
  1500. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,497| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/webservices.rest-omod-1.8-2.33.0.jar
  1501. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,498| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/webservices.rest-omod-2.1-2.33.0.jar
  1502. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,498| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/webservices.rest-omod-2.4-2.33.0.jar
  1503. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,498| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/webservices.rest-omod-1.9-2.33.0.jar
  1504. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,498| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/webservices.rest-omod-1.10-2.33.0.jar
  1505. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,498| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/jackson-databind-2.11.1.jar
  1506. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,498| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/webservices.rest/lib/error_prone_annotations-2.2.0.jar
  1507. DEBUG - ModuleClassLoader.<init>(93) |2021-12-13T11:44:26,498| URLs length: 31
  1508. DEBUG - SqlDiffFileParser.getSqlDiffs(77) |2021-12-13T11:44:26,511| No sqldiff.xml found for module: Rest Web Services OMOD
  1509. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:26,516| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: webservices.rest.started value: true,
  1510. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:26,518| Exiting method saveGlobalProperty
  1511. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:26,521| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: webservices.rest.mandatory value: false,
  1512. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:26,523| Exiting method saveGlobalProperty
  1513. DEBUG - ModuleClassLoader.getUrls(280) |2021-12-13T11:44:26,549| Expanding /lib folder in module
  1514. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,549| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/htmlwidgets/lib/htmlwidgets-api-1.10.0.jar
  1515. DEBUG - ModuleClassLoader.<init>(93) |2021-12-13T11:44:26,549| URLs length: 2
  1516. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:26,558| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlwidgets.started value: true,
  1517. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:26,561| Exiting method saveGlobalProperty
  1518. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:26,564| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlwidgets.mandatory value: false,
  1519. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:26,567| Exiting method saveGlobalProperty
  1520. DEBUG - ModuleClassLoader.getUrls(280) |2021-12-13T11:44:26,570| Expanding /lib folder in module
  1521. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,573| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/owa/lib/owa-api-1.12.0.jar
  1522. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,573| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/owa/lib/commons-compress-1.20.jar
  1523. DEBUG - ModuleClassLoader.<init>(93) |2021-12-13T11:44:26,573| URLs length: 3
  1524. DEBUG - SqlDiffFileParser.getSqlDiffs(77) |2021-12-13T11:44:26,576| No sqldiff.xml found for module: Open Web Apps Module
  1525. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:26,581| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: owa.started value: true,
  1526. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:26,584| Exiting method saveGlobalProperty
  1527. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:26,587| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: owa.mandatory value: false,
  1528. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:26,590| Exiting method saveGlobalProperty
  1529. INFO - OwaActivator.willStart(146) |2021-12-13T11:44:26,615| Starting OWA Module
  1530. DEBUG - ModuleClassLoader.getUrls(280) |2021-12-13T11:44:26,619| Expanding /lib folder in module
  1531. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,629| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/metadatamapping/lib/jackson-databind-2.10.0.pr1.jar
  1532. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,629| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/metadatamapping/lib/metadatamapping-api-1.4.0.jar
  1533. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,629| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/metadatamapping/lib/jackson-core-2.10.0.pr1.jar
  1534. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,629| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/metadatamapping/lib/metadatamapping-owa-1.4.0.jar
  1535. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,629| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/metadatamapping/lib/jackson-annotations-2.10.0.pr1.jar
  1536. DEBUG - ModuleClassLoader.<init>(93) |2021-12-13T11:44:26,629| URLs length: 6
  1537. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,647| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  1538. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,654| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  1539. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,654| Reading from openmrs.liquibasechangelog
  1540. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,654| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  1541. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,662| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  1542. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,662| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  1543. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,667| SELECT `LOCKED` FROM openmrs.liquibasechangeloglock WHERE ID=1
  1544. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,706| Successfully acquired change log lock
  1545. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,748| Successfully released change log lock
  1546. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:26,754| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatamapping.started value: true,
  1547. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:26,757| Exiting method saveGlobalProperty
  1548. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:26,760| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatamapping.mandatory value: false,
  1549. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:26,763| Exiting method saveGlobalProperty
  1550. DEBUG - ModuleClassLoader.getUrls(280) |2021-12-13T11:44:26,786| Expanding /lib folder in module
  1551. DEBUG - ModuleClassLoader.getUrls(328) |2021-12-13T11:44:26,788| Excluding file from classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/metadatasharing/lib/metadatasharing-api-1.9-1.8.0.jar
  1552. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,788| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/metadatasharing/lib/metadatasharing-api-1.8.0.jar
  1553. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,788| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/metadatasharing/lib/metadatasharing-api-common-1.8.0.jar
  1554. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,788| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/metadatasharing/lib/metadatasharing-api-1.11-1.8.0.jar
  1555. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:26,788| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/metadatasharing/lib/metadatasharing-api-2.0-1.8.0.jar
  1556. DEBUG - ModuleClassLoader.<init>(93) |2021-12-13T11:44:26,788| URLs length: 5
  1557. DEBUG - SqlDiffFileParser.getSqlDiffs(77) |2021-12-13T11:44:26,791| No sqldiff.xml found for module: Metadata Sharing
  1558. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,802| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  1559. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,807| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  1560. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,808| Reading from openmrs.liquibasechangelog
  1561. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,808| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  1562. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,816| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  1563. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,817| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  1564. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,822| SELECT `LOCKED` FROM openmrs.liquibasechangeloglock WHERE ID=1
  1565. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,873| Successfully acquired change log lock
  1566. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:26,915| Successfully released change log lock
  1567. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:26,921| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatasharing.started value: true,
  1568. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:26,923| Exiting method saveGlobalProperty
  1569. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:26,926| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatasharing.mandatory value: false,
  1570. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:26,929| Exiting method saveGlobalProperty
  1571. DEBUG - ModuleClassLoader.getUrls(280) |2021-12-13T11:44:26,994| Expanding /lib folder in module
  1572. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,232| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/hapi-fhir-server-5.0.0.jar
  1573. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,233| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/commons-collections4-4.3.jar
  1574. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,233| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/org.hl7.fhir.utilities-5.0.0.jar
  1575. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,233| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/commons-lang3-3.9.jar
  1576. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,233| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/org.hl7.fhir.convertors-5.0.0.jar
  1577. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,233| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/ucum-1.0.2.jar
  1578. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,233| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/checker-qual-2.8.1.jar
  1579. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,233| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/commons-codec-1.12.jar
  1580. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,233| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
  1581. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,233| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/guava-28.1-jre.jar
  1582. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,233| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/fhir2-api-1.1.0.jar
  1583. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,233| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/commons-text-1.7.jar
  1584. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,233| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/org.hl7.fhir.dstu2016may-5.0.0.jar
  1585. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,234| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/hapi-fhir-structures-r4-5.0.0.jar
  1586. DEBUG - ModuleClassLoader.getUrls(328) |2021-12-13T11:44:27,234| Excluding file from classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/jackson-annotations-2.10.1.jar
  1587. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,234| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/commons-io-2.6.jar
  1588. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,234| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/org.hl7.fhir.dstu2-5.0.0.jar
  1589. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,234| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/hapi-fhir-base-5.0.0.jar
  1590. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,234| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/fhir2-api-2.1-1.1.0.jar
  1591. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,234| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/hapi-fhir-converter-5.0.0.jar
  1592. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,234| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/unbescape-1.1.6.RELEASE.jar
  1593. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,234| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/j2objc-annotations-1.3.jar
  1594. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,234| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/ognl-3.1.12.jar
  1595. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,234| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/org.hl7.fhir.r5-5.0.0.jar
  1596. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,234| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/failureaccess-1.0.1.jar
  1597. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,234| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/org.hl7.fhir.dstu3-5.0.0.jar
  1598. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,234| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/httpcore-4.4.13.jar
  1599. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,235| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/animal-sniffer-annotations-1.18.jar
  1600. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,235| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/hapi-fhir-structures-dstu3-5.0.0.jar
  1601. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,235| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/attoparser-2.0.5.RELEASE.jar
  1602. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,235| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/thymeleaf-3.0.11.RELEASE.jar
  1603. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,235| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/jsr305-3.0.2.jar
  1604. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,235| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/hapi-fhir-client-5.0.0.jar
  1605. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,235| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/xpp3_xpath-1.1.4c.jar
  1606. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,235| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/javassist-3.19.0-GA.jar
  1607. DEBUG - ModuleClassLoader.getUrls(328) |2021-12-13T11:44:27,235| Excluding file from classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/jackson-core-2.10.1.jar
  1608. DEBUG - ModuleClassLoader.getUrls(328) |2021-12-13T11:44:27,235| Excluding file from classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/jackson-databind-2.10.1.jar
  1609. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,235| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/caffeine-2.8.2.jar
  1610. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,235| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/error_prone_annotations-2.3.2.jar
  1611. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,235| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/fhir2-api-2.2-1.1.0.jar
  1612. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,235| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/httpclient-4.5.12.jar
  1613. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,235| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/fhir2/lib/org.hl7.fhir.r4-5.0.0.jar
  1614. DEBUG - ModuleClassLoader.<init>(93) |2021-12-13T11:44:27,235| URLs length: 40
  1615. DEBUG - SqlDiffFileParser.getSqlDiffs(77) |2021-12-13T11:44:27,297| No sqldiff.xml found for module: FHIR2
  1616. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:27,307| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  1617. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:27,340| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  1618. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:27,340| Reading from openmrs.liquibasechangelog
  1619. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:27,341| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  1620. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:27,348| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  1621. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:27,349| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  1622. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:27,356| SELECT `LOCKED` FROM openmrs.liquibasechangeloglock WHERE ID=1
  1623. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:27,449| Successfully acquired change log lock
  1624. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:27,491| Successfully released change log lock
  1625. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:27,498| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: fhir2.started value: true,
  1626. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:27,501| Exiting method saveGlobalProperty
  1627. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:27,504| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: fhir2.mandatory value: false,
  1628. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:27,507| Exiting method saveGlobalProperty
  1629. DEBUG - ModuleClassLoader.getUrls(280) |2021-12-13T11:44:27,528| Expanding /lib folder in module
  1630. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,528| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/calculation/lib/calculation-api-1.3.0.jar
  1631. DEBUG - ModuleClassLoader.<init>(93) |2021-12-13T11:44:27,528| URLs length: 2
  1632. DEBUG - SqlDiffFileParser.getSqlDiffs(77) |2021-12-13T11:44:27,530| No sqldiff.xml found for module: Calculation
  1633. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:27,541| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  1634. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:27,547| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  1635. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:27,547| Reading from openmrs.liquibasechangelog
  1636. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:27,547| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  1637. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:27,555| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  1638. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:27,555| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  1639. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:27,558| SELECT `LOCKED` FROM openmrs.liquibasechangeloglock WHERE ID=1
  1640. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:27,608| Successfully acquired change log lock
  1641. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:27,650| Successfully released change log lock
  1642. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:27,654| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: calculation.started value: true,
  1643. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:27,657| Exiting method saveGlobalProperty
  1644. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:27,659| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: calculation.mandatory value: false,
  1645. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:27,661| Exiting method saveGlobalProperty
  1646. DEBUG - ModuleClassLoader.getUrls(280) |2021-12-13T11:44:27,703| Expanding /lib folder in module
  1647. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,776| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/reporting/lib/handlebars-1.1.2.jar
  1648. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,776| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/reporting/lib/joda-time-2.3.jar
  1649. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,776| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/reporting/lib/antlr4-runtime-4.1.jar
  1650. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,776| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/reporting/lib/poi-3.12.jar
  1651. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,776| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/reporting/lib/poi-ooxml-3.12.jar
  1652. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,776| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/reporting/lib/rhino-1.7R4.jar
  1653. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,776| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/reporting/lib/encoder-1.2.3.jar
  1654. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,776| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/reporting/lib/reporting-api-1.23.0.jar
  1655. DEBUG - ModuleClassLoader.getUrls(328) |2021-12-13T11:44:27,776| Excluding file from classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/reporting/lib/reporting-api-2.0-1.23.0.jar
  1656. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,776| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/reporting/lib/jackson-dataformat-yaml-2.9.8.jar
  1657. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,777| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/reporting/lib/poi-ooxml-schemas-3.12.jar
  1658. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,777| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/reporting/lib/snakeyaml-1.23.jar
  1659. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,777| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/reporting/lib/jackson-core-2.9.8.jar
  1660. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,777| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/reporting/lib/jackson-annotations-2.9.10.jar
  1661. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,777| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/reporting/lib/jackson-databind-2.9.10.7.jar
  1662. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,777| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/reporting/lib/commons-lang3-3.1.jar
  1663. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,777| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/reporting/lib/reporting-api-2.2-1.23.0.jar
  1664. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,777| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/reporting/lib/commons-codec-1.9.jar
  1665. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,777| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/reporting/lib/reporting-api-2.4-1.23.0.jar
  1666. DEBUG - ModuleClassLoader.getUrls(328) |2021-12-13T11:44:27,777| Excluding file from classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/reporting/lib/reporting-api-1.9-1.23.0.jar
  1667. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,777| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/reporting/lib/xmlbeans-2.6.0.jar
  1668. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:27,777| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/reporting/lib/quartz-2.1.1.jar
  1669. DEBUG - ModuleClassLoader.<init>(93) |2021-12-13T11:44:27,778| URLs length: 21
  1670. DEBUG - SqlDiffFileParser.getSqlDiffs(77) |2021-12-13T11:44:27,829| No sqldiff.xml found for module: Reporting
  1671. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:27,841| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  1672. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:27,851| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  1673. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:27,851| Reading from openmrs.liquibasechangelog
  1674. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:27,852| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  1675. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:27,860| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  1676. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:27,860| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  1677. WARN - ModuleFactory.startModuleInternal(788) |2021-12-13T11:44:27,866| Error while trying to start module: reporting
  1678. org.openmrs.module.ModuleException: Unable to update data model using liquibase.xml. Module: Reporting
  1679. at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:997) ~[openmrs-api-2.4.0.jar:?]
  1680. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:728) [openmrs-api-2.4.0.jar:?]
  1681. at org.openmrs.api.context.Daemon$1.run(Daemon.java:80) [openmrs-api-2.4.0.jar:?]
  1682. Caused by: liquibase.exception.ValidationFailedException: Validation Failed:
  1683. 2 change sets check sum
  1684. liquibase.xml::reporting_report_request_3::mseaton was: 8:76ad78438306c8e454aef50b8c231e68 but is now: 8:2a1cc858e6743038cbf196312f592e59
  1685. liquibase.xml::reporting_report_processor_1::mseaton was: 8:d9654765552f42d808d31b97eb01702d but is now: 8:36be55b07480c352f37f3636861ec170
  1686.  
  1687. at liquibase.changelog.DatabaseChangeLog.validate(DatabaseChangeLog.java:288) ~[liquibase-core-3.10.2.jar:?]
  1688. at liquibase.Liquibase.listUnrunChangeSets(Liquibase.java:1240) ~[liquibase-core-3.10.2.jar:?]
  1689. at liquibase.Liquibase.listUnrunChangeSets(Liquibase.java:1227) ~[liquibase-core-3.10.2.jar:?]
  1690. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:212) ~[openmrs-api-2.4.0.jar:?]
  1691. at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:989) ~[openmrs-api-2.4.0.jar:?]
  1692. ... 2 more
  1693. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:27,958| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  1694. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:27,979| Exiting method saveAlert
  1695. DEBUG - ModuleClassLoader.getUrls(280) |2021-12-13T11:44:28,070| Expanding /lib folder in module
  1696. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:28,073| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/dataexchange/lib/dataexchange-api-1.3.7.jar
  1697. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:28,074| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/dataexchange/lib/dbunit-2.4.7.jar
  1698. DEBUG - ModuleClassLoader.<init>(93) |2021-12-13T11:44:28,074| URLs length: 3
  1699. DEBUG - SqlDiffFileParser.getSqlDiffs(77) |2021-12-13T11:44:28,076| No sqldiff.xml found for module: Data Exchange Module
  1700. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:28,080| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: dataexchange.started value: true,
  1701. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:28,082| Exiting method saveGlobalProperty
  1702. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:28,085| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: dataexchange.mandatory value: false,
  1703. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:28,087| Exiting method saveGlobalProperty
  1704. INFO - DataExchangeActivator.willStart(46) |2021-12-13T11:44:28,088| Starting Data Exchange Module
  1705. DEBUG - ModuleClassLoader.getUrls(280) |2021-12-13T11:44:28,089| Expanding /lib folder in module
  1706. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:28,090| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/metadatadeploy/lib/opencsv-2.3.jar
  1707. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:28,090| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/metadatadeploy/lib/metadatadeploy-api-1.10-1.13.0.jar
  1708. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:28,090| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/metadatadeploy/lib/metadatadeploy-api-1.11-1.13.0.jar
  1709. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:28,090| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/metadatadeploy/lib/metadatadeploy-api-1.13.0.jar
  1710. DEBUG - ModuleClassLoader.<init>(93) |2021-12-13T11:44:28,090| URLs length: 5
  1711. DEBUG - SqlDiffFileParser.getSqlDiffs(77) |2021-12-13T11:44:28,091| No sqldiff.xml found for module: Metadata Deploy
  1712. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:28,162| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  1713. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:28,167| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  1714. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:28,167| Reading from openmrs.liquibasechangelog
  1715. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:28,168| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  1716. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:28,177| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  1717. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:28,177| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  1718. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:28,181| SELECT `LOCKED` FROM openmrs.liquibasechangeloglock WHERE ID=1
  1719. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:28,593| Successfully acquired change log lock
  1720. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:28,643| Successfully released change log lock
  1721. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:28,649| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatadeploy.started value: true,
  1722. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:28,651| Exiting method saveGlobalProperty
  1723. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:28,653| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatadeploy.mandatory value: false,
  1724. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:28,655| Exiting method saveGlobalProperty
  1725. INFO - MetadataDeployActivator.willStart(46) |2021-12-13T11:44:28,656| Starting MetadataDeploy...
  1726. DEBUG - ModuleClassLoader.getUrls(280) |2021-12-13T11:44:28,660| Expanding /lib folder in module
  1727. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:28,682| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/xforms/lib/xforms-api-4.3.12.jar
  1728. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:28,682| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/xforms/lib/saxon-dom-8.7.jar
  1729. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:28,682| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/xforms/lib/saxon-8.7.jar
  1730. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:28,682| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/xforms/lib/kxml2-2.3.0.jar
  1731. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:28,682| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/xforms/lib/jzlib-1.0.7.jar
  1732. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:28,682| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/xforms/lib/dwr-mod-1.1.3.jar
  1733. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:28,682| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/xforms/lib/jdom-1.1.1.jar
  1734. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:28,683| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/xforms/lib/jaxen-1.0.jar
  1735. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:28,683| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/xforms/lib/sms-server-1.0.jar
  1736. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:28,683| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/xforms/lib/bluetooth-server-1.0.jar
  1737. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:28,683| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/xforms/lib/epihandy-xforms-server-1.0.jar
  1738. DEBUG - ModuleClassLoader.<init>(93) |2021-12-13T11:44:28,683| URLs length: 12
  1739. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:28,981| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: xforms.started value: true,
  1740. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:28,983| Exiting method saveGlobalProperty
  1741. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:28,986| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: xforms.mandatory value: false,
  1742. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:28,988| Exiting method saveGlobalProperty
  1743. DEBUG - ModuleClassLoader.getUrls(280) |2021-12-13T11:44:29,020| Expanding /lib folder in module
  1744. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:29,024| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/idgen/lib/commons-codec-1.5.jar
  1745. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:29,024| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/idgen/lib/httpcore-4.2.jar
  1746. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:29,025| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/idgen/lib/httpclient-4.2.jar
  1747. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:29,025| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/idgen/lib/idgen-api-4.7.0.jar
  1748. DEBUG - ModuleClassLoader.<init>(93) |2021-12-13T11:44:29,025| URLs length: 5
  1749. DEBUG - SqlDiffFileParser.getSqlDiffs(77) |2021-12-13T11:44:29,327| No sqldiff.xml found for module: ID Generation
  1750. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:29,341| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  1751. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:29,348| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  1752. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:29,348| Reading from openmrs.liquibasechangelog
  1753. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:29,348| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  1754. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:29,355| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  1755. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:29,356| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  1756. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:29,361| SELECT `LOCKED` FROM openmrs.liquibasechangeloglock WHERE ID=1
  1757. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:29,595| Successfully acquired change log lock
  1758. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:29,637| Successfully released change log lock
  1759. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:29,645| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: idgen.started value: true,
  1760. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:29,648| Exiting method saveGlobalProperty
  1761. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:29,651| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: idgen.mandatory value: false,
  1762. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:29,653| Exiting method saveGlobalProperty
  1763. DEBUG - ModuleClassLoader.getUrls(280) |2021-12-13T11:44:29,671| Expanding /lib folder in module
  1764. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:29,672| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/registrationcore/lib/registrationcore-api-1.11.0.jar
  1765. DEBUG - ModuleClassLoader.<init>(93) |2021-12-13T11:44:29,672| URLs length: 2
  1766. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:29,688| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  1767. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:29,693| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  1768. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:29,694| Reading from openmrs.liquibasechangelog
  1769. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:29,694| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  1770. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:29,701| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  1771. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:29,701| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  1772. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:29,704| SELECT `LOCKED` FROM openmrs.liquibasechangeloglock WHERE ID=1
  1773. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:29,738| Successfully acquired change log lock
  1774. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:29,788| Successfully released change log lock
  1775. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:29,793| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.started value: true,
  1776. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:29,796| Exiting method saveGlobalProperty
  1777. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:29,798| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.mandatory value: false,
  1778. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:29,801| Exiting method saveGlobalProperty
  1779. INFO - RegistrationCoreActivator.willStart(51) |2021-12-13T11:44:29,818| Starting Registration Core Module
  1780. DEBUG - ModuleClassLoader.getUrls(280) |2021-12-13T11:44:29,821| Expanding /lib folder in module
  1781. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:29,833| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/htmlformentry/lib/junit-platform-commons-1.7.0.jar
  1782. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:29,833| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/htmlformentry/lib/opentest4j-1.2.0.jar
  1783. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:29,833| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/htmlformentry/lib/htmlformentry-api-4.2.0-tests.jar
  1784. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:29,833| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/htmlformentry/lib/joda-convert-1.2.jar
  1785. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:29,833| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/htmlformentry/lib/hamcrest-core-2.2.jar
  1786. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:29,833| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/htmlformentry/lib/apiguardian-api-1.1.0.jar
  1787. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:29,833| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/htmlformentry/lib/mockito-junit-jupiter-3.5.11.jar
  1788. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:29,833| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/htmlformentry/lib/ano-web-2.1.0.jar
  1789. DEBUG - ModuleClassLoader.getUrls(328) |2021-12-13T11:44:29,833| Excluding file from classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/htmlformentry/lib/htmlformentry-api-2.3-4.2.0.jar
  1790. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:29,833| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/htmlformentry/lib/htmlformentry-api-4.2.0.jar
  1791. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:29,834| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/htmlformentry/lib/hamcrest-2.2.jar
  1792. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:29,834| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/htmlformentry/lib/junit-jupiter-engine-5.7.0.jar
  1793. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:29,834| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/htmlformentry/lib/junit-vintage-engine-5.7.0.jar
  1794. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:29,834| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/htmlformentry/lib/joda-time-2.9.2.jar
  1795. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:29,834| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/htmlformentry/lib/junit-jupiter-api-5.7.0.jar
  1796. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:29,834| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/htmlformentry/lib/hamcrest-library-2.2.jar
  1797. DEBUG - ModuleClassLoader.getUrls(323) |2021-12-13T11:44:29,834| Including file in classpath: file:/usr/share/tomcat7/.OpenMRS/.openmrs-lib-cache/htmlformentry/lib/junit-platform-engine-1.7.0.jar
  1798. DEBUG - ModuleClassLoader.<init>(93) |2021-12-13T11:44:29,834| URLs length: 17
  1799. DEBUG - SqlDiffFileParser.getSqlDiffs(77) |2021-12-13T11:44:29,843| No sqldiff.xml found for module: HTML Form Entry
  1800. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:29,853| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
  1801. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:29,859| SELECT COUNT(*) FROM openmrs.liquibasechangelog
  1802. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:29,859| Reading from openmrs.liquibasechangelog
  1803. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:29,859| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  1804. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:29,869| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  1805. INFO - Slf4jLogger.info(42) |2021-12-13T11:44:29,870| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
  1806. WARN - ModuleFactory.startModuleInternal(788) |2021-12-13T11:44:29,872| Error while trying to start module: htmlformentry
  1807. org.openmrs.module.ModuleException: Unable to update data model using liquibase.xml. Module: HTML Form Entry
  1808. at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:997) ~[openmrs-api-2.4.0.jar:?]
  1809. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:728) [openmrs-api-2.4.0.jar:?]
  1810. at org.openmrs.api.context.Daemon$1.run(Daemon.java:80) [openmrs-api-2.4.0.jar:?]
  1811. Caused by: liquibase.exception.ValidationFailedException: Validation Failed:
  1812. 1 change sets check sum
  1813. liquibase.xml::htmlformentry_html_form_make_name_nullable::Darius Jazayeri was: 8:5c2e2c0a7fc14d26736d96ec0d64ba57 but is now: 8:54cf2d4509397d6294e47f2fa5b6ebf5
  1814.  
  1815. at liquibase.changelog.DatabaseChangeLog.validate(DatabaseChangeLog.java:288) ~[liquibase-core-3.10.2.jar:?]
  1816. at liquibase.Liquibase.listUnrunChangeSets(Liquibase.java:1240) ~[liquibase-core-3.10.2.jar:?]
  1817. at liquibase.Liquibase.listUnrunChangeSets(Liquibase.java:1227) ~[liquibase-core-3.10.2.jar:?]
  1818. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:212) ~[openmrs-api-2.4.0.jar:?]
  1819. at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:989) ~[openmrs-api-2.4.0.jar:?]
  1820. ... 2 more
  1821. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:29,886| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  1822. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:29,904| Exiting method saveAlert
  1823. ERROR - ModuleFactory.startModules(257) |2021-12-13T11:44:29,956| Module Appointment Scheduling Module cannot be started because it requires the following module(s): reporting 0.9.2 Please install and start these modules first.
  1824. INFO - LoggingAdvice.invoke(117) |2021-12-13T11:44:29,970| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
  1825. INFO - LoggingAdvice.invoke(157) |2021-12-13T11:44:29,996| Exiting method saveAlert
  1826. DEBUG - WebModuleUtil.startModule(118) |2021-12-13T11:44:30,045| trying to start module serialization.xstream
  1827. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,045| Entry name: META-INF/
  1828. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,045| Entry name: META-INF/MANIFEST.MF
  1829. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,045| Entry name: lib/
  1830. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,045| Entry name: lib/serialization.xstream-api-2.0-0.2.15.jar
  1831. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,045| Entry name: lib/serialization.xstream-api-0.2.15.jar
  1832. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,045| Entry name: lib/serialization.xstream-api-1.10-0.2.15.jar
  1833. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,045| Entry name: lib/cglib-nodep-2.2.jar
  1834. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,045| Entry name: lib/serialization.xstream-api-1.9-0.2.15.jar
  1835. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,045| Entry name: messages.properties
  1836. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,045| Entry name: config.xml
  1837. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,045| Entry name: META-INF/maven/
  1838. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,045| Entry name: META-INF/maven/org.openmrs.module/
  1839. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,045| Entry name: META-INF/maven/org.openmrs.module/serialization.xstream-omod/
  1840. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,045| Entry name: META-INF/maven/org.openmrs.module/serialization.xstream-omod/pom.xml
  1841. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,045| Entry name: META-INF/maven/org.openmrs.module/serialization.xstream-omod/pom.properties
  1842. DEBUG - WebModuleUtil.startModule(118) |2021-12-13T11:44:30,045| trying to start module registrationcore
  1843. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: META-INF/
  1844. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: META-INF/MANIFEST.MF
  1845. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: lib/
  1846. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: web/
  1847. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: web/module/
  1848. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,046| Moving file from: web/module/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/registrationcore/
  1849. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: web/module/template/
  1850. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,046| Moving file from: web/module/template/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/registrationcore/template/
  1851. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: org/
  1852. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: org/openmrs/
  1853. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: org/openmrs/module/
  1854. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: org/openmrs/module/registrationcore/
  1855. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: org/openmrs/module/registrationcore/web/
  1856. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: org/openmrs/module/registrationcore/web/rest/
  1857. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: org/openmrs/module/registrationcore/extension/
  1858. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: org/openmrs/module/registrationcore/extension/html/
  1859. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: lib/registrationcore-api-1.11.0.jar
  1860. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: moduleApplicationContext.xml
  1861. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: web/module/template/localHeader.jsp
  1862. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,046| Moving file from: web/module/template/localHeader.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/registrationcore/template/localHeader.jsp
  1863. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: messages.properties
  1864. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: config.xml
  1865. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: sqldiff.xml
  1866. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: webModuleApplicationContext.xml
  1867. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: messages_fr.properties
  1868. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: org/openmrs/module/registrationcore/web/rest/PatientsBySimilarPatientSearchHandler.class
  1869. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: org/openmrs/module/registrationcore/web/rest/BiometricsStatusController.class
  1870. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: org/openmrs/module/registrationcore/extension/html/AdminList.class
  1871. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: RegistrationEvent.hbm.xml
  1872. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: messages_es.properties
  1873. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: liquibase.xml
  1874. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: META-INF/maven/
  1875. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,046| Entry name: META-INF/maven/org.openmrs.module/
  1876. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: META-INF/maven/org.openmrs.module/registrationcore-omod/
  1877. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: META-INF/maven/org.openmrs.module/registrationcore-omod/pom.xml
  1878. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: META-INF/maven/org.openmrs.module/registrationcore-omod/pom.properties
  1879. DEBUG - WebModuleUtil.startModule(118) |2021-12-13T11:44:30,047| trying to start module databasebackup
  1880. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: META-INF/
  1881. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: META-INF/MANIFEST.MF
  1882. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: lib/
  1883. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: org/
  1884. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: org/openmrs/
  1885. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: org/openmrs/module/
  1886. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: org/openmrs/module/databasebackup/
  1887. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: org/openmrs/module/databasebackup/web/
  1888. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: org/openmrs/module/databasebackup/web/controller/
  1889. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: web/
  1890. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: web/module/
  1891. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,047| Moving file from: web/module/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/databasebackup/
  1892. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: config.xml
  1893. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: lib/databasebackup-api-1.3.0.jar
  1894. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: messages.properties
  1895. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: moduleApplicationContext.xml
  1896. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: org/openmrs/module/databasebackup/web/controller/BackupFormController.class
  1897. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: org/openmrs/module/databasebackup/web/controller/BackupSettingsController.class
  1898. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: web/module/backupForm.jsp
  1899. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,047| Moving file from: web/module/backupForm.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/databasebackup/backupForm.jsp
  1900. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: web/module/backupSettings.jsp
  1901. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,047| Moving file from: web/module/backupSettings.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/databasebackup/backupSettings.jsp
  1902. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: META-INF/maven/
  1903. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: META-INF/maven/org.openmrs.module/
  1904. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: META-INF/maven/org.openmrs.module/databasebackup-omod/
  1905. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: META-INF/maven/org.openmrs.module/databasebackup-omod/pom.xml
  1906. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,047| Entry name: META-INF/maven/org.openmrs.module/databasebackup-omod/pom.properties
  1907. DEBUG - WebModuleUtil.startModule(118) |2021-12-13T11:44:30,088| trying to start module metadatasharing
  1908. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,088| Entry name: META-INF/
  1909. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,088| Entry name: META-INF/MANIFEST.MF
  1910. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,088| Entry name: lib/
  1911. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,088| Entry name: web/
  1912. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,088| Entry name: web/module/
  1913. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,088| Moving file from: web/module/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/
  1914. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,089| Entry name: web/module/template/
  1915. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,089| Moving file from: web/module/template/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/template/
  1916. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,089| Entry name: web/module/resources/
  1917. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,089| Moving file from: web/module/resources/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/
  1918. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,089| Entry name: web/module/resources/lib/
  1919. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,089| Moving file from: web/module/resources/lib/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/lib/
  1920. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,089| Entry name: web/module/resources/lib/jquery/
  1921. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,089| Moving file from: web/module/resources/lib/jquery/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/lib/jquery/
  1922. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,089| Entry name: web/module/resources/lib/jquery/jquery-ui/
  1923. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,089| Moving file from: web/module/resources/lib/jquery/jquery-ui/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/lib/jquery/jquery-ui/
  1924. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,089| Entry name: web/module/resources/lib/jquery/jquery-ui/images/
  1925. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,089| Moving file from: web/module/resources/lib/jquery/jquery-ui/images/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/lib/jquery/jquery-ui/images/
  1926. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,089| Entry name: web/module/resources/lib/jquery/dataTables/
  1927. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,089| Moving file from: web/module/resources/lib/jquery/dataTables/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/lib/jquery/dataTables/
  1928. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,089| Entry name: web/module/resources/scripts/
  1929. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,089| Moving file from: web/module/resources/scripts/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/scripts/
  1930. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,089| Entry name: web/module/resources/images/
  1931. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,089| Moving file from: web/module/resources/images/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/images/
  1932. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,089| Entry name: web/module/resources/css/
  1933. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,089| Moving file from: web/module/resources/css/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/css/
  1934. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,089| Entry name: web/module/import/
  1935. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,089| Moving file from: web/module/import/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/import/
  1936. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,089| Entry name: web/module/taglib/
  1937. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,089| Moving file from: web/module/taglib/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/taglib/
  1938. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,089| Entry name: web/module/task/
  1939. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,089| Moving file from: web/module/task/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/task/
  1940. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,089| Entry name: web/module/export/
  1941. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,089| Moving file from: web/module/export/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/export/
  1942. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,089| Entry name: org/
  1943. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,089| Entry name: org/openmrs/
  1944. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,089| Entry name: org/openmrs/module/
  1945. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,089| Entry name: org/openmrs/module/metadatasharing/
  1946. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,089| Entry name: org/openmrs/module/metadatasharing/web/
  1947. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,089| Entry name: org/openmrs/module/metadatasharing/web/controller/
  1948. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,089| Entry name: org/openmrs/module/metadatasharing/web/utils/
  1949. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,090| Entry name: org/openmrs/module/metadatasharing/web/ajax/
  1950. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,090| Entry name: org/openmrs/module/metadatasharing/web/extension/
  1951. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,090| Entry name: org/openmrs/module/metadatasharing/web/extension/html/
  1952. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,090| Entry name: org/openmrs/module/metadatasharing/web/taglib/
  1953. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,090| Entry name: org/openmrs/module/metadatasharing/web/taglib/handler/
  1954. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,090| Entry name: org/openmrs/module/metadatasharing/web/view/
  1955. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,090| Entry name: org/openmrs/module/metadatasharing/web/bean/
  1956. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,090| Entry name: org/openmrs/module/metadatasharing/web/bean/validator/
  1957. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,090| Entry name: org/openmrs/module/metadatasharing/web/exception/
  1958. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,090| Entry name: META-INF/maven/
  1959. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,090| Entry name: META-INF/maven/org.openmrs.module/
  1960. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,090| Entry name: META-INF/maven/org.openmrs.module/metadatasharing-api-common/
  1961. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,090| Entry name: lib/metadatasharing-api-common-1.8.0.jar
  1962. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,090| Entry name: lib/metadatasharing-api-1.11-1.8.0.jar
  1963. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,090| Entry name: lib/metadatasharing-api-1.9-1.8.0.jar
  1964. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,090| Entry name: lib/metadatasharing-api-1.8.0.jar
  1965. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,090| Entry name: lib/metadatasharing-api-2.0-1.8.0.jar
  1966. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,090| Entry name: moduleApplicationContext.xml
  1967. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,090| Entry name: web/module/template/localInclude.jsp
  1968. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,090| Moving file from: web/module/template/localInclude.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/template/localInclude.jsp
  1969. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,090| Entry name: web/module/template/jqueryPage.jsp
  1970. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,090| Moving file from: web/module/template/jqueryPage.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/template/jqueryPage.jsp
  1971. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,090| Entry name: web/module/template/localHeader.jsp
  1972. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,090| Moving file from: web/module/template/localHeader.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/template/localHeader.jsp
  1973. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,090| Entry name: web/module/resources/lib/jquery/jquery-ui/jquery-ui.custom.min.js
  1974. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,090| Moving file from: web/module/resources/lib/jquery/jquery-ui/jquery-ui.custom.min.js to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/lib/jquery/jquery-ui/jquery-ui.custom.min.js
  1975. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,091| Entry name: web/module/resources/lib/jquery/jquery-ui/jquery-ui.css
  1976. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,091| Moving file from: web/module/resources/lib/jquery/jquery-ui/jquery-ui.css to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/lib/jquery/jquery-ui/jquery-ui.css
  1977. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,092| Entry name: web/module/resources/lib/jquery/jquery-ui/images/ui-icons_217bc0_256x240.png
  1978. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,092| Moving file from: web/module/resources/lib/jquery/jquery-ui/images/ui-icons_217bc0_256x240.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/lib/jquery/jquery-ui/images/ui-icons_217bc0_256x240.png
  1979. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,092| Entry name: web/module/resources/lib/jquery/jquery-ui/images/ui-icons_2e83ff_256x240.png
  1980. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,092| Moving file from: web/module/resources/lib/jquery/jquery-ui/images/ui-icons_2e83ff_256x240.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/lib/jquery/jquery-ui/images/ui-icons_2e83ff_256x240.png
  1981. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,092| Entry name: web/module/resources/lib/jquery/jquery-ui/images/ui-icons_469bdd_256x240.png
  1982. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,092| Moving file from: web/module/resources/lib/jquery/jquery-ui/images/ui-icons_469bdd_256x240.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/lib/jquery/jquery-ui/images/ui-icons_469bdd_256x240.png
  1983. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,092| Entry name: web/module/resources/lib/jquery/jquery-ui/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
  1984. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,092| Moving file from: web/module/resources/lib/jquery/jquery-ui/images/ui-bg_inset-hard_100_f5f8f9_1x100.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/lib/jquery/jquery-ui/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
  1985. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,092| Entry name: web/module/resources/lib/jquery/jquery-ui/images/ui-bg_flat_55_fbec88_40x100.png
  1986. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,092| Moving file from: web/module/resources/lib/jquery/jquery-ui/images/ui-bg_flat_55_fbec88_40x100.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/lib/jquery/jquery-ui/images/ui-bg_flat_55_fbec88_40x100.png
  1987. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,092| Entry name: web/module/resources/lib/jquery/jquery-ui/images/ui-icons_f9bd01_256x240.png
  1988. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,092| Moving file from: web/module/resources/lib/jquery/jquery-ui/images/ui-icons_f9bd01_256x240.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/lib/jquery/jquery-ui/images/ui-icons_f9bd01_256x240.png
  1989. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,092| Entry name: web/module/resources/lib/jquery/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png
  1990. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,092| Moving file from: web/module/resources/lib/jquery/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/lib/jquery/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png
  1991. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,092| Entry name: web/module/resources/lib/jquery/jquery-ui/images/ui-icons_cd0a0a_256x240.png
  1992. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,092| Moving file from: web/module/resources/lib/jquery/jquery-ui/images/ui-icons_cd0a0a_256x240.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/lib/jquery/jquery-ui/images/ui-icons_cd0a0a_256x240.png
  1993. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,093| Entry name: web/module/resources/lib/jquery/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png
  1994. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,093| Moving file from: web/module/resources/lib/jquery/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/lib/jquery/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png
  1995. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,093| Entry name: web/module/resources/lib/jquery/jquery-ui/images/ui-bg_glass_75_d0e5f5_1x400.png
  1996. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,093| Moving file from: web/module/resources/lib/jquery/jquery-ui/images/ui-bg_glass_75_d0e5f5_1x400.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/lib/jquery/jquery-ui/images/ui-bg_glass_75_d0e5f5_1x400.png
  1997. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,093| Entry name: web/module/resources/lib/jquery/jquery-ui/images/ui-icons_6da8d5_256x240.png
  1998. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,093| Moving file from: web/module/resources/lib/jquery/jquery-ui/images/ui-icons_6da8d5_256x240.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/lib/jquery/jquery-ui/images/ui-icons_6da8d5_256x240.png
  1999. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,093| Entry name: web/module/resources/lib/jquery/jquery-ui/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
  2000. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,093| Moving file from: web/module/resources/lib/jquery/jquery-ui/images/ui-bg_inset-hard_100_fcfdfd_1x100.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/lib/jquery/jquery-ui/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
  2001. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,093| Entry name: web/module/resources/lib/jquery/jquery-ui/images/ui-icons_d8e7f3_256x240.png
  2002. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,093| Moving file from: web/module/resources/lib/jquery/jquery-ui/images/ui-icons_d8e7f3_256x240.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/lib/jquery/jquery-ui/images/ui-icons_d8e7f3_256x240.png
  2003. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,093| Entry name: web/module/resources/lib/jquery/jquery-ui/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png
  2004. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,093| Moving file from: web/module/resources/lib/jquery/jquery-ui/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/lib/jquery/jquery-ui/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png
  2005. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,093| Entry name: web/module/resources/lib/jquery/jquery-ui/images/ui-bg_glass_85_dfeffc_1x400.png
  2006. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,094| Moving file from: web/module/resources/lib/jquery/jquery-ui/images/ui-bg_glass_85_dfeffc_1x400.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/lib/jquery/jquery-ui/images/ui-bg_glass_85_dfeffc_1x400.png
  2007. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,094| Entry name: web/module/resources/lib/jquery/dataTables/dataTables.css
  2008. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,094| Moving file from: web/module/resources/lib/jquery/dataTables/dataTables.css to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/lib/jquery/dataTables/dataTables.css
  2009. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,094| Entry name: web/module/resources/lib/jquery/dataTables/jquery.dataTables.min.js
  2010. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,094| Moving file from: web/module/resources/lib/jquery/dataTables/jquery.dataTables.min.js to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/lib/jquery/dataTables/jquery.dataTables.min.js
  2011. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,094| Entry name: web/module/resources/lib/jquery/jquery.min.js
  2012. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,094| Moving file from: web/module/resources/lib/jquery/jquery.min.js to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/lib/jquery/jquery.min.js
  2013. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,095| Entry name: web/module/resources/scripts/packageSummary.js
  2014. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,095| Moving file from: web/module/resources/scripts/packageSummary.js to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/scripts/packageSummary.js
  2015. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,095| Entry name: web/module/resources/scripts/exportList.js
  2016. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,095| Moving file from: web/module/resources/scripts/exportList.js to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/scripts/exportList.js
  2017. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,095| Entry name: web/module/resources/scripts/importList.js
  2018. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,095| Moving file from: web/module/resources/scripts/importList.js to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/scripts/importList.js
  2019. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,095| Entry name: web/module/resources/scripts/downloadPackage.js
  2020. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,095| Moving file from: web/module/resources/scripts/downloadPackage.js to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/scripts/downloadPackage.js
  2021. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,095| Entry name: web/module/resources/images/package.png
  2022. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,095| Moving file from: web/module/resources/images/package.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/images/package.png
  2023. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,095| Entry name: web/module/resources/images/delete.png
  2024. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,096| Moving file from: web/module/resources/images/delete.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/images/delete.png
  2025. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,096| Entry name: web/module/resources/images/scratch.png
  2026. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,096| Moving file from: web/module/resources/images/scratch.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/images/scratch.png
  2027. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,096| Entry name: web/module/resources/images/unpublish.png
  2028. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,096| Moving file from: web/module/resources/images/unpublish.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/images/unpublish.png
  2029. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,096| Entry name: web/module/resources/images/publish.png
  2030. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,096| Moving file from: web/module/resources/images/publish.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/images/publish.png
  2031. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,096| Entry name: web/module/resources/images/subscription.png
  2032. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,096| Moving file from: web/module/resources/images/subscription.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/images/subscription.png
  2033. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,096| Entry name: web/module/resources/images/download.png
  2034. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,096| Moving file from: web/module/resources/images/download.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/images/download.png
  2035. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,096| Entry name: web/module/resources/images/newVersion.png
  2036. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,096| Moving file from: web/module/resources/images/newVersion.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/images/newVersion.png
  2037. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,096| Entry name: web/module/resources/images/loading.gif
  2038. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,096| Moving file from: web/module/resources/images/loading.gif to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/images/loading.gif
  2039. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,096| Entry name: web/module/resources/css/metadatasharing.css
  2040. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,096| Moving file from: web/module/resources/css/metadatasharing.css to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/resources/css/metadatasharing.css
  2041. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,097| Entry name: web/module/configure.jsp
  2042. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,097| Moving file from: web/module/configure.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/configure.jsp
  2043. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,097| Entry name: web/module/import/invalidSubscription.jsp
  2044. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,097| Moving file from: web/module/import/invalidSubscription.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/import/invalidSubscription.jsp
  2045. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,097| Entry name: web/module/import/validate.jsp
  2046. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,097| Moving file from: web/module/import/validate.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/import/validate.jsp
  2047. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,097| Entry name: web/module/import/mode.jsp
  2048. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,097| Moving file from: web/module/import/mode.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/import/mode.jsp
  2049. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,097| Entry name: web/module/import/config.jsp
  2050. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,097| Moving file from: web/module/import/config.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/import/config.jsp
  2051. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,097| Entry name: web/module/import/list.jsp
  2052. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,097| Moving file from: web/module/import/list.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/import/list.jsp
  2053. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,097| Entry name: web/module/import/upload.jsp
  2054. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,097| Moving file from: web/module/import/upload.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/import/upload.jsp
  2055. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,097| Entry name: web/module/import/assessItem.jsp
  2056. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,097| Moving file from: web/module/import/assessItem.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/import/assessItem.jsp
  2057. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,097| Entry name: web/module/import/download.jsp
  2058. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,097| Moving file from: web/module/import/download.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/import/download.jsp
  2059. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,098| Entry name: web/module/import/view.jsp
  2060. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,098| Moving file from: web/module/import/view.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/import/view.jsp
  2061. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,098| Entry name: web/module/taglib/javaScriptPrinter.tld
  2062. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,098| Moving file from: web/module/taglib/javaScriptPrinter.tld to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/taglib/javaScriptPrinter.tld
  2063. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,098| Entry name: web/module/taglib/openmrsObjectHandler.tld
  2064. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,098| Moving file from: web/module/taglib/openmrsObjectHandler.tld to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/taglib/openmrsObjectHandler.tld
  2065. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,098| Entry name: web/module/taglib/javaScriptCollectionPrinter.tld
  2066. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,098| Moving file from: web/module/taglib/javaScriptCollectionPrinter.tld to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/taglib/javaScriptCollectionPrinter.tld
  2067. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,098| Entry name: web/module/task/list.jsp
  2068. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,098| Moving file from: web/module/task/list.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/task/list.jsp
  2069. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,098| Entry name: web/module/task/details.jsp
  2070. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,098| Moving file from: web/module/task/details.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/task/details.jsp
  2071. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,098| Entry name: web/module/export/list.jsp
  2072. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,098| Moving file from: web/module/export/list.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/export/list.jsp
  2073. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,098| Entry name: web/module/export/selectItems.jsp
  2074. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,098| Moving file from: web/module/export/selectItems.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/export/selectItems.jsp
  2075. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,098| Entry name: web/module/export/create.jsp
  2076. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,098| Moving file from: web/module/export/create.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/export/create.jsp
  2077. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: web/module/export/details.jsp
  2078. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,099| Moving file from: web/module/export/details.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/export/details.jsp
  2079. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: web/module/export/edit.jsp
  2080. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,099| Moving file from: web/module/export/edit.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatasharing/export/edit.jsp
  2081. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: ImportedItem.hbm.xml
  2082. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: messages.properties
  2083. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: ImportedPackage.hbm.xml
  2084. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: config.xml
  2085. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: ExportedPackage.hbm.xml
  2086. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: webModuleApplicationContext.xml
  2087. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: org/openmrs/module/metadatasharing/web/controller/ImportController$1.class
  2088. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: org/openmrs/module/metadatasharing/web/controller/ExceptionResolver.class
  2089. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: org/openmrs/module/metadatasharing/web/controller/ImportController.class
  2090. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: org/openmrs/module/metadatasharing/web/controller/ConfigureController.class
  2091. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: org/openmrs/module/metadatasharing/web/controller/PublishController.class
  2092. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: org/openmrs/module/metadatasharing/web/controller/TaskController.class
  2093. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: org/openmrs/module/metadatasharing/web/controller/ExportController.class
  2094. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: org/openmrs/module/metadatasharing/web/utils/WebUtils.class
  2095. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: org/openmrs/module/metadatasharing/web/ajax/Ajaxable.class
  2096. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: org/openmrs/module/metadatasharing/web/ajax/DataTables.class
  2097. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: org/openmrs/module/metadatasharing/web/extension/html/AdminList.class
  2098. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: org/openmrs/module/metadatasharing/web/taglib/PrintJavaScriptTag.class
  2099. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: org/openmrs/module/metadatasharing/web/taglib/handler/ObjectHandlerTag.class
  2100. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: org/openmrs/module/metadatasharing/web/taglib/PrintCollectionJavaScriptTag.class
  2101. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: org/openmrs/module/metadatasharing/web/view/GetSubscriptionHeaderView.class
  2102. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: org/openmrs/module/metadatasharing/web/view/SerializeView.class
  2103. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: org/openmrs/module/metadatasharing/web/view/DownloadPackageView.class
  2104. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: org/openmrs/module/metadatasharing/web/view/JsonObjectView.class
  2105. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: org/openmrs/module/metadatasharing/web/view/JsonView.class
  2106. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: org/openmrs/module/metadatasharing/web/view/XmlView.class
  2107. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: org/openmrs/module/metadatasharing/web/bean/DatatablesRequest.class
  2108. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: org/openmrs/module/metadatasharing/web/bean/AssessItemForm.class
  2109. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: org/openmrs/module/metadatasharing/web/bean/validator/ConfigureFormValidator.class
  2110. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: org/openmrs/module/metadatasharing/web/bean/validator/UploadFormValidator.class
  2111. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,099| Entry name: org/openmrs/module/metadatasharing/web/bean/DynamicBeanConfiguration.class
  2112. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: org/openmrs/module/metadatasharing/web/bean/PackageItems.class
  2113. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: org/openmrs/module/metadatasharing/web/bean/UploadForm.class
  2114. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: org/openmrs/module/metadatasharing/web/bean/DatatablesResponse.class
  2115. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: org/openmrs/module/metadatasharing/web/bean/ConfigureForm.class
  2116. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: org/openmrs/module/metadatasharing/web/exception/PackageNotFoundException.class
  2117. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: liquibase.xml
  2118. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: META-INF/maven/org.openmrs.module/metadatasharing-api-common/pom.xml
  2119. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: META-INF/maven/org.openmrs.module/metadatasharing-api-common/pom.properties
  2120. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: META-INF/maven/org.openmrs.module/metadatasharing-omod/
  2121. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: META-INF/maven/org.openmrs.module/metadatasharing-omod/pom.xml
  2122. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: META-INF/maven/org.openmrs.module/metadatasharing-omod/pom.properties
  2123. DEBUG - WebModuleUtil.startModule(118) |2021-12-13T11:44:30,100| trying to start module idgen
  2124. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: META-INF/
  2125. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: META-INF/MANIFEST.MF
  2126. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: lib/
  2127. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: web/
  2128. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: web/module/
  2129. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,100| Moving file from: web/module/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/idgen/
  2130. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: web/module/resources/
  2131. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,100| Moving file from: web/module/resources/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/idgen/resources/
  2132. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: org/
  2133. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: org/openmrs/
  2134. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: org/openmrs/module/
  2135. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: org/openmrs/module/idgen/
  2136. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: org/openmrs/module/idgen/rest/
  2137. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: org/openmrs/module/idgen/rest/resource/
  2138. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: org/openmrs/module/idgen/rest/resource/handler/
  2139. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: org/openmrs/module/idgen/rest/search/
  2140. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: org/openmrs/module/idgen/web/
  2141. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,100| Entry name: org/openmrs/module/idgen/web/controller/
  2142. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,101| Entry name: org/openmrs/module/idgen/web/extension/
  2143. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,101| Entry name: META-INF/maven/
  2144. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,101| Entry name: META-INF/maven/org.openmrs.module/
  2145. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,101| Entry name: META-INF/maven/org.openmrs.module/idgen-api/
  2146. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,101| Entry name: lib/idgen-api-4.7.0.jar
  2147. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,101| Entry name: lib/httpcore-4.2.jar
  2148. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,101| Entry name: lib/httpclient-4.2.jar
  2149. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,101| Entry name: lib/commons-codec-1.5.jar
  2150. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,101| Entry name: moduleApplicationContext.xml
  2151. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,101| Entry name: web/module/viewIdentifierSource.jsp
  2152. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,101| Moving file from: web/module/viewIdentifierSource.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/idgen/viewIdentifierSource.jsp
  2153. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,101| Entry name: web/module/resources/spring-form.tld
  2154. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,101| Moving file from: web/module/resources/spring-form.tld to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/idgen/resources/spring-form.tld
  2155. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,101| Entry name: web/module/resources/jquery.dataTables.min.js
  2156. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,101| Moving file from: web/module/resources/jquery.dataTables.min.js to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/idgen/resources/jquery.dataTables.min.js
  2157. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,101| Entry name: web/module/resources/editPatientIdentifiers.css
  2158. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,101| Moving file from: web/module/resources/editPatientIdentifiers.css to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/idgen/resources/editPatientIdentifiers.css
  2159. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,101| Entry name: web/module/resources/table.css
  2160. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,101| Moving file from: web/module/resources/table.css to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/idgen/resources/table.css
  2161. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,102| Entry name: web/module/resources/page.css
  2162. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,102| Moving file from: web/module/resources/page.css to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/idgen/resources/page.css
  2163. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,102| Entry name: web/module/resources/shortPatientFormExtensions.js
  2164. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,102| Moving file from: web/module/resources/shortPatientFormExtensions.js to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/idgen/resources/shortPatientFormExtensions.js
  2165. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,102| Entry name: web/module/resources/newPatientFormExtensions.js
  2166. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,102| Moving file from: web/module/resources/newPatientFormExtensions.js to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/idgen/resources/newPatientFormExtensions.js
  2167. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,102| Entry name: web/module/resources/jquery-1.3.2.min.js
  2168. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,102| Moving file from: web/module/resources/jquery-1.3.2.min.js to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/idgen/resources/jquery-1.3.2.min.js
  2169. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,102| Entry name: web/module/manageAutoGenerationOptions.jsp
  2170. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,102| Moving file from: web/module/manageAutoGenerationOptions.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/idgen/manageAutoGenerationOptions.jsp
  2171. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,102| Entry name: web/module/editAutoGenerationOption.jsp
  2172. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,102| Moving file from: web/module/editAutoGenerationOption.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/idgen/editAutoGenerationOption.jsp
  2173. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: web/module/localHeader.jsp
  2174. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,103| Moving file from: web/module/localHeader.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/idgen/localHeader.jsp
  2175. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: web/module/editIdentifierSource.jsp
  2176. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,103| Moving file from: web/module/editIdentifierSource.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/idgen/editIdentifierSource.jsp
  2177. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: web/module/viewLogEntries.jsp
  2178. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,103| Moving file from: web/module/viewLogEntries.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/idgen/viewLogEntries.jsp
  2179. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: web/module/manageIdentifierSources.jsp
  2180. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,103| Moving file from: web/module/manageIdentifierSources.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/idgen/manageIdentifierSources.jsp
  2181. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: messages_de.properties
  2182. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: messages.properties
  2183. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: config.xml
  2184. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: webModuleApplicationContext.xml
  2185. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: IdentifierSource.hbm.xml
  2186. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: org/openmrs/module/idgen/rest/resource/AutoGenerationOptionResource.class
  2187. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: org/openmrs/module/idgen/rest/resource/LogEntryResource.class
  2188. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: org/openmrs/module/idgen/rest/resource/SequenceIdentifierResource.class
  2189. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: org/openmrs/module/idgen/rest/resource/IdentifierResource.class
  2190. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: org/openmrs/module/idgen/rest/resource/IdentifierSourceResource.class
  2191. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: org/openmrs/module/idgen/rest/resource/handler/IdentifierPoolResourceHandler.class
  2192. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: org/openmrs/module/idgen/rest/resource/handler/RemoteIdentifierSourceResourceHandler.class
  2193. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: org/openmrs/module/idgen/rest/resource/handler/SequentialIdentifierGeneratorResourceHandler.class
  2194. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: org/openmrs/module/idgen/rest/search/LogEntrySearchHandler.class
  2195. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: org/openmrs/module/idgen/web/controller/IdgenRestController.class
  2196. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: org/openmrs/module/idgen/web/controller/IdgenSubResourceRestController.class
  2197. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: org/openmrs/module/idgen/web/controller/IdentifierSourceController.class
  2198. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: org/openmrs/module/idgen/web/controller/AutoGenerationOptionController.class
  2199. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: org/openmrs/module/idgen/web/controller/IdgenEditPatientIdentifiersController.class
  2200. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: org/openmrs/module/idgen/web/controller/LogEntryController.class
  2201. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: org/openmrs/module/idgen/web/extension/IdentifierTableHeaderExtension.class
  2202. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: org/openmrs/module/idgen/web/extension/AdminList.class
  2203. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,103| Entry name: liquibase.xml
  2204. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: META-INF/maven/org.openmrs.module/idgen-api/pom.xml
  2205. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: META-INF/maven/org.openmrs.module/idgen-api/pom.properties
  2206. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: META-INF/maven/org.openmrs.module/idgen-omod/
  2207. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: META-INF/maven/org.openmrs.module/idgen-omod/pom.xml
  2208. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: META-INF/maven/org.openmrs.module/idgen-omod/pom.properties
  2209. DEBUG - WebModuleUtil.startModule(118) |2021-12-13T11:44:30,104| trying to start module event
  2210. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: META-INF/
  2211. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: META-INF/MANIFEST.MF
  2212. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: lib/
  2213. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: org/
  2214. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: org/openmrs/
  2215. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: org/openmrs/module/
  2216. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: org/openmrs/module/event/
  2217. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: lib/kahadb-5.7.0.jar
  2218. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: lib/commons-net-3.1.jar
  2219. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: lib/jasypt-1.9.0.jar
  2220. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: lib/activemq-protobuf-1.1.jar
  2221. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: lib/hawtbuf-1.9.jar
  2222. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: lib/hawtdispatch-1.11.jar
  2223. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: lib/mqtt-client-1.3.jar
  2224. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: lib/spring-jms-3.0.5.RELEASE.jar
  2225. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: lib/activemq-core-5.7.0.jar
  2226. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: lib/hawtdispatch-transport-1.11.jar
  2227. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: lib/geronimo-jms_1.1_spec-1.1.1.jar
  2228. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: lib/event-api-2.10.0.jar
  2229. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: lib/geronimo-j2ee-management_1.1_spec-1.0.1.jar
  2230. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: config.xml
  2231. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: webModuleApplicationContext.xml
  2232. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: org/openmrs/module/event/EventActivator.class
  2233. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: META-INF/maven/
  2234. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: META-INF/maven/org.openmrs/
  2235. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: META-INF/maven/org.openmrs/event-omod/
  2236. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: META-INF/maven/org.openmrs/event-omod/pom.xml
  2237. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,104| Entry name: META-INF/maven/org.openmrs/event-omod/pom.properties
  2238. DEBUG - WebModuleUtil.startModule(118) |2021-12-13T11:44:30,104| trying to start module fhir2
  2239. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: META-INF/
  2240. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: META-INF/MANIFEST.MF
  2241. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/
  2242. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: org/
  2243. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: org/openmrs/
  2244. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: org/openmrs/module/
  2245. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: org/openmrs/module/fhir2/
  2246. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: org/openmrs/module/fhir2/narratives/
  2247. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: org/openmrs/module/fhir2/narratives/datatypes/
  2248. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: org/openmrs/module/fhir2/web/
  2249. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: org/openmrs/module/fhir2/web/filter/
  2250. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: org/openmrs/module/fhir2/web/util/
  2251. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: org/openmrs/module/fhir2/web/servlet/
  2252. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: org/openmrs/module/fhir2/narrative/
  2253. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/org.hl7.fhir.dstu2-5.0.0.jar
  2254. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/jackson-annotations-2.10.1.jar
  2255. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/caffeine-2.8.2.jar
  2256. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/jackson-databind-2.10.1.jar
  2257. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/thymeleaf-3.0.11.RELEASE.jar
  2258. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/hapi-fhir-server-5.0.0.jar
  2259. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/ucum-1.0.2.jar
  2260. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/httpclient-4.5.12.jar
  2261. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/org.hl7.fhir.dstu3-5.0.0.jar
  2262. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/httpcore-4.4.13.jar
  2263. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/commons-text-1.7.jar
  2264. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/failureaccess-1.0.1.jar
  2265. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/commons-codec-1.12.jar
  2266. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/guava-28.1-jre.jar
  2267. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/org.hl7.fhir.utilities-5.0.0.jar
  2268. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/jsr305-3.0.2.jar
  2269. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/fhir2-api-1.1.0.jar
  2270. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/ognl-3.1.12.jar
  2271. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/xpp3_xpath-1.1.4c.jar
  2272. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/org.hl7.fhir.dstu2016may-5.0.0.jar
  2273. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/org.hl7.fhir.r5-5.0.0.jar
  2274. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/commons-io-2.6.jar
  2275. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/unbescape-1.1.6.RELEASE.jar
  2276. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/animal-sniffer-annotations-1.18.jar
  2277. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/hapi-fhir-structures-dstu3-5.0.0.jar
  2278. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/fhir2-api-2.1-1.1.0.jar
  2279. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/hapi-fhir-base-5.0.0.jar
  2280. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/commons-lang3-3.9.jar
  2281. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/j2objc-annotations-1.3.jar
  2282. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/attoparser-2.0.5.RELEASE.jar
  2283. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/commons-collections4-4.3.jar
  2284. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/checker-qual-2.8.1.jar
  2285. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/org.hl7.fhir.convertors-5.0.0.jar
  2286. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,105| Entry name: lib/hapi-fhir-structures-r4-5.0.0.jar
  2287. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
  2288. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: lib/error_prone_annotations-2.3.2.jar
  2289. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: lib/hapi-fhir-converter-5.0.0.jar
  2290. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: lib/javassist-3.19.0-GA.jar
  2291. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: lib/hapi-fhir-client-5.0.0.jar
  2292. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: lib/fhir2-api-2.2-1.1.0.jar
  2293. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: lib/jackson-core-2.10.1.jar
  2294. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: lib/org.hl7.fhir.r4-5.0.0.jar
  2295. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: moduleApplicationContext.xml
  2296. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: fhir.properties
  2297. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: messages.properties
  2298. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: config.xml
  2299. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: webModuleApplicationContext.xml
  2300. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: messages_fr.properties
  2301. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/narratives/Patient.html
  2302. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/narratives/ServiceRequest.html
  2303. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/narratives/Encounter.html
  2304. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/narratives/AllergyIntolerance.html
  2305. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/narratives/Location.html
  2306. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/narratives/datatypes/SampledDataDt.html
  2307. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/narratives/datatypes/TimingDt.html
  2308. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/narratives/datatypes/RangeDt.html
  2309. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/narratives/datatypes/CodingDt.html
  2310. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/narratives/datatypes/DurationDt.html
  2311. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/narratives/datatypes/ReferenceDt.html
  2312. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/narratives/datatypes/ContactPointDt.html
  2313. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/narratives/datatypes/BooleanDt.html
  2314. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/narratives/datatypes/RatioDt.html
  2315. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/narratives/Task.html
  2316. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/narratives/PractitionerRole.html
  2317. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/narratives/MedicationRequest.html
  2318. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/narratives/Condition.html
  2319. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/narratives/Observation.html
  2320. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/narratives/DiagnosticReport.html
  2321. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/narratives/Person.html
  2322. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/narratives/Practitioner.html
  2323. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/narratives/Medication.html
  2324. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/narratives/RelatedPerson.html
  2325. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/web/filter/ForwardingFilter$1.class
  2326. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/web/filter/ForwardingFilter.class
  2327. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/web/filter/AuthenticationFilter.class
  2328. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/web/util/OpenmrsFhirAddressStrategy.class
  2329. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/web/util/FhirVersionUtils.class
  2330. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/web/util/NarrativeUtils.class
  2331. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/web/util/FhirVersionUtils$FhirVersion.class
  2332. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/web/servlet/FhirRestServlet.class
  2333. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/web/servlet/FhirR3RestServlet.class
  2334. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/narratives.properties
  2335. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,106| Entry name: org/openmrs/module/fhir2/narrative/OpenMRSNarrativeTemplate.class
  2336. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,107| Entry name: org/openmrs/module/fhir2/narrative/OpenMRSNarrativeTemplateManifest.class
  2337. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,107| Entry name: org/openmrs/module/fhir2/narrative/OpenMRSThymeleafNarrativeGenerator.class
  2338. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,107| Entry name: org/openmrs/module/fhir2/narrative/OpenmrsMessageResolver.class
  2339. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,107| Entry name: messages_es.properties
  2340. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,107| Entry name: liquibase.xml
  2341. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,107| Entry name: META-INF/maven/
  2342. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,107| Entry name: META-INF/maven/org.openmrs.module/
  2343. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,107| Entry name: META-INF/maven/org.openmrs.module/fhir2-omod/
  2344. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,107| Entry name: META-INF/maven/org.openmrs.module/fhir2-omod/pom.xml
  2345. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,107| Entry name: META-INF/maven/org.openmrs.module/fhir2-omod/pom.properties
  2346. DEBUG - WebModuleUtil.startModule(118) |2021-12-13T11:44:30,107| trying to start module calculation
  2347. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,107| Entry name: META-INF/
  2348. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,107| Entry name: META-INF/MANIFEST.MF
  2349. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,107| Entry name: lib/
  2350. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,107| Entry name: web/
  2351. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,107| Entry name: web/module/
  2352. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,107| Moving file from: web/module/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/
  2353. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,107| Entry name: web/module/resources/
  2354. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,107| Moving file from: web/module/resources/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/
  2355. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,107| Entry name: web/module/resources/jquery-ui/
  2356. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,107| Moving file from: web/module/resources/jquery-ui/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/jquery-ui/
  2357. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,107| Entry name: web/module/resources/jquery-ui/js/
  2358. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,107| Moving file from: web/module/resources/jquery-ui/js/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/jquery-ui/js/
  2359. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,107| Entry name: web/module/resources/jquery-ui/css/
  2360. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,107| Moving file from: web/module/resources/jquery-ui/css/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/jquery-ui/css/
  2361. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,107| Entry name: web/module/resources/jquery-ui/css/redmond/
  2362. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,107| Moving file from: web/module/resources/jquery-ui/css/redmond/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/jquery-ui/css/redmond/
  2363. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,107| Entry name: web/module/resources/jquery-ui/css/redmond/images/
  2364. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,107| Moving file from: web/module/resources/jquery-ui/css/redmond/images/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/jquery-ui/css/redmond/images/
  2365. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,107| Entry name: web/module/resources/dataTables/
  2366. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,107| Moving file from: web/module/resources/dataTables/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/dataTables/
  2367. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,107| Entry name: web/module/resources/dataTables/images/
  2368. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,107| Moving file from: web/module/resources/dataTables/images/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/dataTables/images/
  2369. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,107| Entry name: web/module/resources/dataTables/css/
  2370. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,108| Moving file from: web/module/resources/dataTables/css/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/dataTables/css/
  2371. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,108| Entry name: org/
  2372. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,108| Entry name: org/openmrs/
  2373. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,108| Entry name: org/openmrs/calculation/
  2374. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,108| Entry name: org/openmrs/calculation/web/
  2375. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,108| Entry name: org/openmrs/calculation/web/controller/
  2376. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,108| Entry name: org/openmrs/calculation/web/extension/
  2377. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,108| Entry name: org/openmrs/calculation/patient/
  2378. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,108| Entry name: org/openmrs/calculation/db/
  2379. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,108| Entry name: org/openmrs/calculation/api/
  2380. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,108| Entry name: org/openmrs/calculation/parameter/
  2381. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,108| Entry name: org/openmrs/calculation/result/
  2382. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,108| Entry name: META-INF/maven/
  2383. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,108| Entry name: META-INF/maven/org.openmrs.module/
  2384. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,108| Entry name: META-INF/maven/org.openmrs.module/calculation-api/
  2385. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,108| Entry name: lib/calculation-api-1.3.0.jar
  2386. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,108| Entry name: moduleApplicationContext.xml
  2387. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,108| Entry name: web/module/calculationRegistration.jsp
  2388. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,108| Moving file from: web/module/calculationRegistration.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/calculationRegistration.jsp
  2389. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,108| Entry name: web/module/resources/jquery-ui/js/jquery-ui-1.7.2.custom.min.js
  2390. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,108| Moving file from: web/module/resources/jquery-ui/js/jquery-ui-1.7.2.custom.min.js to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/jquery-ui/js/jquery-ui-1.7.2.custom.min.js
  2391. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,109| Entry name: web/module/resources/jquery-ui/css/redmond/images/ui-icons_217bc0_256x240.png
  2392. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,109| Moving file from: web/module/resources/jquery-ui/css/redmond/images/ui-icons_217bc0_256x240.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/jquery-ui/css/redmond/images/ui-icons_217bc0_256x240.png
  2393. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,109| Entry name: web/module/resources/jquery-ui/css/redmond/images/ui-icons_2e83ff_256x240.png
  2394. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,109| Moving file from: web/module/resources/jquery-ui/css/redmond/images/ui-icons_2e83ff_256x240.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/jquery-ui/css/redmond/images/ui-icons_2e83ff_256x240.png
  2395. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,109| Entry name: web/module/resources/jquery-ui/css/redmond/images/ui-icons_469bdd_256x240.png
  2396. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,109| Moving file from: web/module/resources/jquery-ui/css/redmond/images/ui-icons_469bdd_256x240.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/jquery-ui/css/redmond/images/ui-icons_469bdd_256x240.png
  2397. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,109| Entry name: web/module/resources/jquery-ui/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
  2398. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,109| Moving file from: web/module/resources/jquery-ui/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/jquery-ui/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
  2399. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,109| Entry name: web/module/resources/jquery-ui/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png
  2400. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,109| Moving file from: web/module/resources/jquery-ui/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/jquery-ui/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png
  2401. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,109| Entry name: web/module/resources/jquery-ui/css/redmond/images/ui-icons_f9bd01_256x240.png
  2402. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,109| Moving file from: web/module/resources/jquery-ui/css/redmond/images/ui-icons_f9bd01_256x240.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/jquery-ui/css/redmond/images/ui-icons_f9bd01_256x240.png
  2403. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,110| Entry name: web/module/resources/jquery-ui/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png
  2404. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,110| Moving file from: web/module/resources/jquery-ui/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/jquery-ui/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png
  2405. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,110| Entry name: web/module/resources/jquery-ui/css/redmond/images/ui-icons_cd0a0a_256x240.png
  2406. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,110| Moving file from: web/module/resources/jquery-ui/css/redmond/images/ui-icons_cd0a0a_256x240.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/jquery-ui/css/redmond/images/ui-icons_cd0a0a_256x240.png
  2407. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,110| Entry name: web/module/resources/jquery-ui/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png
  2408. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,110| Moving file from: web/module/resources/jquery-ui/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/jquery-ui/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png
  2409. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,110| Entry name: web/module/resources/jquery-ui/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png
  2410. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,110| Moving file from: web/module/resources/jquery-ui/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/jquery-ui/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png
  2411. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,110| Entry name: web/module/resources/jquery-ui/css/redmond/images/ui-icons_6da8d5_256x240.png
  2412. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,110| Moving file from: web/module/resources/jquery-ui/css/redmond/images/ui-icons_6da8d5_256x240.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/jquery-ui/css/redmond/images/ui-icons_6da8d5_256x240.png
  2413. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,110| Entry name: web/module/resources/jquery-ui/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
  2414. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,110| Moving file from: web/module/resources/jquery-ui/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/jquery-ui/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
  2415. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,110| Entry name: web/module/resources/jquery-ui/css/redmond/images/ui-icons_d8e7f3_256x240.png
  2416. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,110| Moving file from: web/module/resources/jquery-ui/css/redmond/images/ui-icons_d8e7f3_256x240.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/jquery-ui/css/redmond/images/ui-icons_d8e7f3_256x240.png
  2417. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,110| Entry name: web/module/resources/jquery-ui/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png
  2418. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,110| Moving file from: web/module/resources/jquery-ui/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/jquery-ui/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png
  2419. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,110| Entry name: web/module/resources/jquery-ui/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png
  2420. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,110| Moving file from: web/module/resources/jquery-ui/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/jquery-ui/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png
  2421. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,111| Entry name: web/module/resources/jquery-ui/css/redmond/jquery-ui-1.7.2.custom.css
  2422. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,111| Moving file from: web/module/resources/jquery-ui/css/redmond/jquery-ui-1.7.2.custom.css to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/jquery-ui/css/redmond/jquery-ui-1.7.2.custom.css
  2423. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,111| Entry name: web/module/resources/dataTables/images/sort_desc.jpg
  2424. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,111| Moving file from: web/module/resources/dataTables/images/sort_desc.jpg to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/dataTables/images/sort_desc.jpg
  2425. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,111| Entry name: web/module/resources/dataTables/images/sort_both.jpg
  2426. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,111| Moving file from: web/module/resources/dataTables/images/sort_both.jpg to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/dataTables/images/sort_both.jpg
  2427. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,111| Entry name: web/module/resources/dataTables/images/back_enabled.jpg
  2428. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,111| Moving file from: web/module/resources/dataTables/images/back_enabled.jpg to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/dataTables/images/back_enabled.jpg
  2429. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,111| Entry name: web/module/resources/dataTables/images/forward_enabled.jpg
  2430. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,111| Moving file from: web/module/resources/dataTables/images/forward_enabled.jpg to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/dataTables/images/forward_enabled.jpg
  2431. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,111| Entry name: web/module/resources/dataTables/images/sort_asc.jpg
  2432. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,111| Moving file from: web/module/resources/dataTables/images/sort_asc.jpg to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/dataTables/images/sort_asc.jpg
  2433. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,111| Entry name: web/module/resources/dataTables/images/forward_disabled.jpg
  2434. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,111| Moving file from: web/module/resources/dataTables/images/forward_disabled.jpg to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/dataTables/images/forward_disabled.jpg
  2435. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,111| Entry name: web/module/resources/dataTables/images/back_disabled.jpg
  2436. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,112| Moving file from: web/module/resources/dataTables/images/back_disabled.jpg to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/dataTables/images/back_disabled.jpg
  2437. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,112| Entry name: web/module/resources/dataTables/jquery-1.3.1.js
  2438. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,112| Moving file from: web/module/resources/dataTables/jquery-1.3.1.js to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/dataTables/jquery-1.3.1.js
  2439. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,112| Entry name: web/module/resources/dataTables/jquery.dataTables.min.js
  2440. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,112| Moving file from: web/module/resources/dataTables/jquery.dataTables.min.js to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/dataTables/jquery.dataTables.min.js
  2441. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,112| Entry name: web/module/resources/dataTables/jquery.dataTables.js
  2442. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,112| Moving file from: web/module/resources/dataTables/jquery.dataTables.js to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/dataTables/jquery.dataTables.js
  2443. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,113| Entry name: web/module/resources/dataTables/css/custom.css
  2444. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,113| Moving file from: web/module/resources/dataTables/css/custom.css to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/dataTables/css/custom.css
  2445. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,113| Entry name: web/module/resources/dataTables/css/demo.css
  2446. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,113| Moving file from: web/module/resources/dataTables/css/demo.css to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/dataTables/css/demo.css
  2447. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,113| Entry name: web/module/resources/dataTables/css/table.css
  2448. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,113| Moving file from: web/module/resources/dataTables/css/table.css to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/dataTables/css/table.css
  2449. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,113| Entry name: web/module/resources/dataTables/css/page.css
  2450. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,113| Moving file from: web/module/resources/dataTables/css/page.css to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/dataTables/css/page.css
  2451. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,113| Entry name: web/module/resources/jquery-1.3.2.min.js
  2452. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,113| Moving file from: web/module/resources/jquery-1.3.2.min.js to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/resources/jquery-1.3.2.min.js
  2453. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,114| Entry name: web/module/patientCalculationTest.jsp
  2454. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,114| Moving file from: web/module/patientCalculationTest.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/patientCalculationTest.jsp
  2455. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,114| Entry name: web/module/calculationAutoRegistration.jsp
  2456. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,114| Moving file from: web/module/calculationAutoRegistration.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/calculationAutoRegistration.jsp
  2457. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,114| Entry name: web/module/localHeader.jsp
  2458. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,114| Moving file from: web/module/localHeader.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/localHeader.jsp
  2459. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,114| Entry name: web/module/calculationRegistrations.jsp
  2460. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,114| Moving file from: web/module/calculationRegistrations.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/calculation/calculationRegistrations.jsp
  2461. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,114| Entry name: CalculationRegistration.hbm.xml
  2462. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,114| Entry name: messages.properties
  2463. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,114| Entry name: config.xml
  2464. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,114| Entry name: webModuleApplicationContext.xml
  2465. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,114| Entry name: org/openmrs/calculation/CalculationActivator.class
  2466. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,114| Entry name: org/openmrs/calculation/InvalidParameterValueException.class
  2467. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,114| Entry name: org/openmrs/calculation/ImplementationConfiguredCalculationProvider.class
  2468. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,114| Entry name: org/openmrs/calculation/web/controller/CalculationRegistrationFormController.class
  2469. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,114| Entry name: org/openmrs/calculation/web/controller/CalculationAutoRegistrationFormController.class
  2470. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,114| Entry name: org/openmrs/calculation/web/controller/CalculationRegistrationController.class
  2471. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,114| Entry name: org/openmrs/calculation/web/extension/AdminList.class
  2472. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,114| Entry name: org/openmrs/calculation/patient/PatientCalculation.class
  2473. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,114| Entry name: org/openmrs/calculation/patient/PatientCalculationServiceImpl.class
  2474. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,114| Entry name: org/openmrs/calculation/patient/PatientCalculationServiceImpl$SimplePatientCalculationContext.class
  2475. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,114| Entry name: org/openmrs/calculation/patient/PatientIdCalculation.class
  2476. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,114| Entry name: org/openmrs/calculation/patient/PatientCalculationService.class
  2477. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,114| Entry name: org/openmrs/calculation/patient/PatientCalculationContext.class
  2478. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,114| Entry name: org/openmrs/calculation/patient/PatientAtATimeCalculation.class
  2479. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,114| Entry name: org/openmrs/calculation/CalculationConstants.class
  2480. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,114| Entry name: org/openmrs/calculation/MissingParameterException.class
  2481. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,114| Entry name: org/openmrs/calculation/CalculationRegistrationSuggestion.class
  2482. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/EvaluationInstanceData.class
  2483. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/ClasspathCalculationProvider.class
  2484. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/CalculationRegistration.class
  2485. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/CalculationUtil.class
  2486. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/db/CalculationRegistrationDAO.class
  2487. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/db/HibernateCalculationRegistrationDAO.class
  2488. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/BaseCalculation.class
  2489. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/CalculationRegistrationValidator.class
  2490. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/api/CalculationRegistrationServiceImpl.class
  2491. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/api/CalculationRegistrationService.class
  2492. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/parameter/ParameterDefinition.class
  2493. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/parameter/SimpleParameterDefinition.class
  2494. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/parameter/ParameterDefinitionSet.class
  2495. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/CalculationContext.class
  2496. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/ConfigurableCalculation.class
  2497. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/result/ObsResult.class
  2498. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/result/CalculationResultMap.class
  2499. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/result/SimpleResult.class
  2500. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/result/ResultUtil.class
  2501. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/result/EncounterResult.class
  2502. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/result/ListResult.class
  2503. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/result/DateBasedResult.class
  2504. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/result/CalculationResult.class
  2505. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/CalculationProvider.class
  2506. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/ConversionException.class
  2507. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/Calculation.class
  2508. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: org/openmrs/calculation/InvalidCalculationException.class
  2509. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: liquibase.xml
  2510. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: META-INF/maven/org.openmrs.module/calculation-api/pom.xml
  2511. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: META-INF/maven/org.openmrs.module/calculation-api/pom.properties
  2512. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: META-INF/maven/org.openmrs.module/calculation-omod/
  2513. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: META-INF/maven/org.openmrs.module/calculation-omod/pom.xml
  2514. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: META-INF/maven/org.openmrs.module/calculation-omod/pom.properties
  2515. DEBUG - WebModuleUtil.startModule(118) |2021-12-13T11:44:30,115| trying to start module owa
  2516. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: META-INF/
  2517. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: META-INF/MANIFEST.MF
  2518. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,115| Entry name: lib/
  2519. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: web/
  2520. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: web/module/
  2521. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,116| Moving file from: web/module/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/owa/
  2522. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: web/module/template/
  2523. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,116| Moving file from: web/module/template/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/owa/template/
  2524. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: web/module/resources/
  2525. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,116| Moving file from: web/module/resources/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/owa/resources/
  2526. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: web/module/resources/fonts/
  2527. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,116| Moving file from: web/module/resources/fonts/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/owa/resources/fonts/
  2528. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: web/module/resources/css/
  2529. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,116| Moving file from: web/module/resources/css/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/owa/resources/css/
  2530. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: web/module/resources/javascript/
  2531. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,116| Moving file from: web/module/resources/javascript/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/owa/resources/javascript/
  2532. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: org/
  2533. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: org/openmrs/
  2534. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: org/openmrs/module/
  2535. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: org/openmrs/module/owa/
  2536. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: org/openmrs/module/owa/filter/
  2537. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: org/openmrs/module/owa/web/
  2538. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: org/openmrs/module/owa/web/controller/
  2539. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: org/openmrs/module/owa/utils/
  2540. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: org/openmrs/module/owa/impl/
  2541. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: org/openmrs/module/owa/extension/
  2542. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: org/openmrs/module/owa/extension/html/
  2543. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: org/openmrs/module/owa/activator/
  2544. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: org/openmrs/module/owa/servlet/
  2545. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: META-INF/maven/
  2546. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: META-INF/maven/org.openmrs.module/
  2547. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: META-INF/maven/org.openmrs.module/owa-api/
  2548. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: lib/commons-compress-1.20.jar
  2549. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: lib/owa-api-1.12.0.jar
  2550. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: moduleApplicationContext.xml
  2551. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: web/module/template/localHeader.jsp
  2552. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,116| Moving file from: web/module/template/localHeader.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/owa/template/localHeader.jsp
  2553. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: web/module/manage.html
  2554. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,116| Moving file from: web/module/manage.html to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/owa/manage.html
  2555. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,116| Entry name: web/module/resources/fonts/glyphicons-halflings-regular.woff2
  2556. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,116| Moving file from: web/module/resources/fonts/glyphicons-halflings-regular.woff2 to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/owa/resources/fonts/glyphicons-halflings-regular.woff2
  2557. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,117| Entry name: web/module/resources/fonts/glyphicons-halflings-regular.svg
  2558. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,117| Moving file from: web/module/resources/fonts/glyphicons-halflings-regular.svg to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/owa/resources/fonts/glyphicons-halflings-regular.svg
  2559. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,117| Entry name: web/module/resources/fonts/glyphicons-halflings-regular.ttf
  2560. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,117| Moving file from: web/module/resources/fonts/glyphicons-halflings-regular.ttf to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/owa/resources/fonts/glyphicons-halflings-regular.ttf
  2561. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,117| Entry name: web/module/resources/fonts/glyphicons-halflings-regular.eot
  2562. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,117| Moving file from: web/module/resources/fonts/glyphicons-halflings-regular.eot to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/owa/resources/fonts/glyphicons-halflings-regular.eot
  2563. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,118| Entry name: web/module/resources/fonts/glyphicons-halflings-regular.woff
  2564. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,118| Moving file from: web/module/resources/fonts/glyphicons-halflings-regular.woff to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/owa/resources/fonts/glyphicons-halflings-regular.woff
  2565. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,118| Entry name: web/module/resources/css/app.css
  2566. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,118| Moving file from: web/module/resources/css/app.css to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/owa/resources/css/app.css
  2567. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,118| Entry name: web/module/resources/css/bootstrap.min.css
  2568. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,118| Moving file from: web/module/resources/css/bootstrap.min.css to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/owa/resources/css/bootstrap.min.css
  2569. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,118| Entry name: web/module/resources/javascript/uploadApp.js
  2570. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,118| Moving file from: web/module/resources/javascript/uploadApp.js to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/owa/resources/javascript/uploadApp.js
  2571. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,118| Entry name: web/module/resources/javascript/main.js
  2572. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,118| Moving file from: web/module/resources/javascript/main.js to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/owa/resources/javascript/main.js
  2573. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,119| Entry name: web/module/resources/javascript/jquery.dataTables.min.js
  2574. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,119| Moving file from: web/module/resources/javascript/jquery.dataTables.min.js to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/owa/resources/javascript/jquery.dataTables.min.js
  2575. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,119| Entry name: web/module/resources/javascript/jquery-2.1.3.min.js
  2576. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,119| Moving file from: web/module/resources/javascript/jquery-2.1.3.min.js to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/owa/resources/javascript/jquery-2.1.3.min.js
  2577. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,120| Entry name: web/module/resources/javascript/angular-1.4.5.min.js
  2578. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,120| Moving file from: web/module/resources/javascript/angular-1.4.5.min.js to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/owa/resources/javascript/angular-1.4.5.min.js
  2579. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,120| Entry name: web/module/resources/javascript/deleteApp.js
  2580. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,120| Moving file from: web/module/resources/javascript/deleteApp.js to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/owa/resources/javascript/deleteApp.js
  2581. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,121| Entry name: web/module/resources/javascript/jquery.form.js
  2582. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,121| Moving file from: web/module/resources/javascript/jquery.form.js to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/owa/resources/javascript/jquery.form.js
  2583. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,121| Entry name: web/module/resources/javascript/bootstrap-filestyle.min.js
  2584. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,121| Moving file from: web/module/resources/javascript/bootstrap-filestyle.min.js to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/owa/resources/javascript/bootstrap-filestyle.min.js
  2585. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,121| Entry name: web/module/settings.jsp
  2586. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,121| Moving file from: web/module/settings.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/owa/settings.jsp
  2587. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,121| Entry name: web/module/settings.html
  2588. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,121| Moving file from: web/module/settings.html to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/owa/settings.html
  2589. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,121| Entry name: web/module/manage.jsp
  2590. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,121| Moving file from: web/module/manage.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/owa/manage.jsp
  2591. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,121| Entry name: messages.properties
  2592. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,121| Entry name: config.xml
  2593. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,121| Entry name: webModuleApplicationContext.xml
  2594. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,121| Entry name: messages_fr.properties
  2595. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,121| Entry name: org/openmrs/module/owa/filter/OwaFilter.class
  2596. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,121| Entry name: org/openmrs/module/owa/web/controller/OwaRestController.class
  2597. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,121| Entry name: org/openmrs/module/owa/web/controller/InstallAppRequestObject.class
  2598. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,121| Entry name: org/openmrs/module/owa/web/controller/OwaManageController.class
  2599. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,121| Entry name: org/openmrs/module/owa/web/controller/OwaManagerRestController.class
  2600. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,121| Entry name: org/openmrs/module/owa/web/controller/AddAppController.class
  2601. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,121| Entry name: org/openmrs/module/owa/web/controller/SettingsFormController.class
  2602. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: org/openmrs/module/owa/web/controller/SettingsFormController$GlobalPropertiesModel.class
  2603. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: org/openmrs/module/owa/AppOpenmrs.class
  2604. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: org/openmrs/module/owa/utils/OwaUtils.class
  2605. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: org/openmrs/module/owa/AppActivities.class
  2606. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: org/openmrs/module/owa/impl/DefaultAppManager.class
  2607. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: org/openmrs/module/owa/extension/html/AdminList.class
  2608. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: org/openmrs/module/owa/AppDeveloper.class
  2609. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: org/openmrs/module/owa/activator/OwaActivator.class
  2610. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: org/openmrs/module/owa/AppManager.class
  2611. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: org/openmrs/module/owa/OwaListener.class
  2612. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: org/openmrs/module/owa/servlet/FileServlet.class
  2613. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: org/openmrs/module/owa/servlet/FileServlet$Range.class
  2614. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: org/openmrs/module/owa/servlet/RedirectServlet.class
  2615. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: org/openmrs/module/owa/AppIcons.class
  2616. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: org/openmrs/module/owa/App.class
  2617. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: messages_es.properties
  2618. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: META-INF/maven/org.openmrs.module/owa-api/pom.xml
  2619. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: META-INF/maven/org.openmrs.module/owa-api/pom.properties
  2620. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: META-INF/maven/org.openmrs.module/owa-omod/
  2621. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: META-INF/maven/org.openmrs.module/owa-omod/pom.xml
  2622. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: META-INF/maven/org.openmrs.module/owa-omod/pom.properties
  2623. DEBUG - WebModuleUtil.startModule(118) |2021-12-13T11:44:30,122| trying to start module metadatamapping
  2624. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: META-INF/
  2625. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: META-INF/MANIFEST.MF
  2626. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: lib/
  2627. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: web/
  2628. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: web/module/
  2629. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,122| Moving file from: web/module/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatamapping/
  2630. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: web/module/owas/
  2631. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,122| Moving file from: web/module/owas/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatamapping/owas/
  2632. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: apps/
  2633. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: org/
  2634. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: org/openmrs/
  2635. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: org/openmrs/module/
  2636. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: org/openmrs/module/metadatamapping/
  2637. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: org/openmrs/module/metadatamapping/web/
  2638. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: org/openmrs/module/metadatamapping/web/rest/
  2639. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: org/openmrs/module/metadatamapping/web/controller/
  2640. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: org/openmrs/module/metadatamapping/web/extension/
  2641. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: org/openmrs/module/metadatamapping/web/extension/html/
  2642. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: org/openmrs/module/metadatamapping/web/bean/
  2643. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: org/openmrs/module/metadatamapping/web/bean/validator/
  2644. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: META-INF/maven/
  2645. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: META-INF/maven/org.openmrs.module/
  2646. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,122| Entry name: META-INF/maven/org.openmrs.module/metadatamapping-api/
  2647. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,123| Entry name: lib/jackson-annotations-2.10.0.pr1.jar
  2648. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,123| Entry name: lib/metadatamapping-owa-1.4.0.jar
  2649. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,123| Entry name: lib/metadatamapping-api-1.4.0.jar
  2650. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,123| Entry name: lib/jackson-core-2.10.0.pr1.jar
  2651. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,123| Entry name: lib/jackson-databind-2.10.0.pr1.jar
  2652. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,123| Entry name: TestingApplicationContext.xml
  2653. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,123| Entry name: moduleApplicationContext.xml
  2654. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,123| Entry name: web/module/owas/metadatamapping.owa
  2655. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,123| Moving file from: web/module/owas/metadatamapping.owa to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatamapping/owas/metadatamapping.owa
  2656. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: web/module/configure.jsp
  2657. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,124| Moving file from: web/module/configure.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/metadatamapping/configure.jsp
  2658. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: metadataMappingInMemoryTestDataSet.xml
  2659. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: modulePropertiesComponentTestDataset.xml
  2660. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: mdm-hibernate.cfg.xml
  2661. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: MetadataTermMapping.hbm.xml
  2662. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: messages.properties
  2663. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: MetadataSet.hbm.xml
  2664. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: config.xml
  2665. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: sqldiff.xml
  2666. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: MetadataSetMember.hbm.xml
  2667. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: MetadataSource.hbm.xml
  2668. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: globalPropertyToMappingConverterDataset.xml
  2669. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: mdm-test-config.properties
  2670. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: apps/manageMetadataMappings_app.json
  2671. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: log4j.xml
  2672. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: org/openmrs/module/metadatamapping/web/rest/MetadataSetMemberResource.class
  2673. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: org/openmrs/module/metadatamapping/web/rest/MetadataSourceResource.class
  2674. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: org/openmrs/module/metadatamapping/web/rest/MetadataSetResource.class
  2675. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: org/openmrs/module/metadatamapping/web/rest/MetadataTermMappingResource.class
  2676. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: org/openmrs/module/metadatamapping/web/controller/ConfigureController.class
  2677. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: org/openmrs/module/metadatamapping/web/controller/MetadataMappingRestController.class
  2678. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: org/openmrs/module/metadatamapping/web/controller/MetadataMappingRestSubController.class
  2679. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: org/openmrs/module/metadatamapping/web/extension/html/AdminList.class
  2680. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: org/openmrs/module/metadatamapping/web/bean/validator/ConfigureFormValidator.class
  2681. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: org/openmrs/module/metadatamapping/web/bean/ConfigureForm.class
  2682. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: liquibase.xml
  2683. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: META-INF/maven/org.openmrs.module/metadatamapping-api/pom.xml
  2684. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: META-INF/maven/org.openmrs.module/metadatamapping-api/pom.properties
  2685. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: META-INF/maven/org.openmrs.module/metadatamapping-omod/
  2686. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: META-INF/maven/org.openmrs.module/metadatamapping-omod/pom.xml
  2687. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: META-INF/maven/org.openmrs.module/metadatamapping-omod/pom.properties
  2688. DEBUG - WebModuleUtil.startModule(118) |2021-12-13T11:44:30,124| trying to start module metadatadeploy
  2689. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: META-INF/
  2690. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: META-INF/MANIFEST.MF
  2691. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: lib/
  2692. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: META-INF/maven/
  2693. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: META-INF/maven/org.openmrs.module/
  2694. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: META-INF/maven/org.openmrs.module/metadatadeploy-api/
  2695. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: lib/opencsv-2.3.jar
  2696. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,124| Entry name: lib/metadatadeploy-api-1.11-1.13.0.jar
  2697. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: lib/metadatadeploy-api-1.13.0.jar
  2698. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: lib/metadatadeploy-api-1.10-1.13.0.jar
  2699. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: moduleApplicationContext.xml
  2700. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: messages.properties
  2701. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: config.xml
  2702. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: META-INF/maven/org.openmrs.module/metadatadeploy-api/pom.xml
  2703. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: META-INF/maven/org.openmrs.module/metadatadeploy-api/pom.properties
  2704. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: META-INF/maven/org.openmrs.module/metadatadeploy-omod/
  2705. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: META-INF/maven/org.openmrs.module/metadatadeploy-omod/pom.xml
  2706. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: META-INF/maven/org.openmrs.module/metadatadeploy-omod/pom.properties
  2707. DEBUG - WebModuleUtil.startModule(118) |2021-12-13T11:44:30,125| trying to start module webservices.rest
  2708. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: META-INF/
  2709. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: META-INF/MANIFEST.MF
  2710. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: lib/
  2711. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: web/
  2712. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: web/module/
  2713. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,125| Moving file from: web/module/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/webservices/rest/
  2714. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: web/module/resources/
  2715. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,125| Moving file from: web/module/resources/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/webservices/rest/resources/
  2716. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: web/module/resources/js/
  2717. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,125| Moving file from: web/module/resources/js/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/webservices/rest/resources/js/
  2718. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: web/module/resources/js/swagger-ui-3.0.10/
  2719. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,125| Moving file from: web/module/resources/js/swagger-ui-3.0.10/ to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/webservices/rest/resources/js/swagger-ui-3.0.10/
  2720. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: org/
  2721. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: org/openmrs/
  2722. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: org/openmrs/module/
  2723. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: org/openmrs/module/webservices/
  2724. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: org/openmrs/module/webservices/rest/
  2725. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: org/openmrs/module/webservices/rest/web/
  2726. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: org/openmrs/module/webservices/rest/web/controller/
  2727. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: META-INF/maven/
  2728. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: META-INF/maven/org.openmrs.module/
  2729. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: META-INF/maven/org.openmrs.module/webservices.rest-omod-common/
  2730. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: lib/webservices.rest-omod-1.10-2.33.0.jar
  2731. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: lib/webservices.rest-omod-1.9-2.33.0.jar
  2732. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: lib/evo-inflector-1.2.2.jar
  2733. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: lib/webservices.rest-omod-2.3-2.33.0.jar
  2734. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: lib/webservices.rest-omod-2.2-2.33.0.jar
  2735. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: lib/webservices.rest-omod-1.8-2.33.0.jar
  2736. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: lib/failureaccess-1.0.1.jar
  2737. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: lib/checker-compat-qual-2.5.2.jar
  2738. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: lib/snakeyaml-1.26.jar
  2739. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: lib/jackson-dataformat-yaml-2.11.1.jar
  2740. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: lib/jsr305-3.0.2.jar
  2741. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: lib/webservices.rest-omod-common-2.33.0.jar
  2742. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: lib/guava-27.0.1-android.jar
  2743. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: lib/swagger-models-1.6.2.jar
  2744. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: lib/jackson-annotations-2.11.1.jar
  2745. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: lib/swagger-core-1.6.2.jar
  2746. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: lib/commons-lang3-3.1.jar
  2747. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,125| Entry name: lib/webservices.rest-omod-1.11-2.33.0.jar
  2748. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,126| Entry name: lib/animal-sniffer-annotations-1.17.jar
  2749. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,126| Entry name: lib/jackson-databind-2.11.1.jar
  2750. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,126| Entry name: lib/jackson-core-2.11.1.jar
  2751. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,126| Entry name: lib/commons-codec-1.14.jar
  2752. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,126| Entry name: lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
  2753. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,126| Entry name: lib/swagger-annotations-1.6.2.jar
  2754. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,126| Entry name: lib/joda-time-2.10.6.jar
  2755. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,126| Entry name: lib/webservices.rest-omod-2.0-2.33.0.jar
  2756. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,126| Entry name: lib/webservices.rest-omod-2.4-2.33.0.jar
  2757. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,126| Entry name: lib/error_prone_annotations-2.2.0.jar
  2758. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,126| Entry name: lib/webservices.rest-omod-2.1-2.33.0.jar
  2759. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,126| Entry name: lib/webservices.rest-omod-1.12-2.33.0.jar
  2760. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,126| Entry name: lib/j2objc-annotations-1.1.jar
  2761. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,126| Entry name: web/module/help.jsp
  2762. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,126| Moving file from: web/module/help.jsp to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/webservices/rest/help.jsp
  2763. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,126| Entry name: web/module/resources/js/swagger-ui-3.0.10/swagger-ui-bundle.js
  2764. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,126| Moving file from: web/module/resources/js/swagger-ui-3.0.10/swagger-ui-bundle.js to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/webservices/rest/resources/js/swagger-ui-3.0.10/swagger-ui-bundle.js
  2765. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,131| Entry name: web/module/resources/js/swagger-ui-3.0.10/favicon-16x16.png
  2766. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,131| Moving file from: web/module/resources/js/swagger-ui-3.0.10/favicon-16x16.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/webservices/rest/resources/js/swagger-ui-3.0.10/favicon-16x16.png
  2767. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,131| Entry name: web/module/resources/js/swagger-ui-3.0.10/favicon-32x32.png
  2768. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,131| Moving file from: web/module/resources/js/swagger-ui-3.0.10/favicon-32x32.png to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/webservices/rest/resources/js/swagger-ui-3.0.10/favicon-32x32.png
  2769. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,131| Entry name: web/module/resources/js/swagger-ui-3.0.10/swagger-ui.js.map
  2770. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,131| Moving file from: web/module/resources/js/swagger-ui-3.0.10/swagger-ui.js.map to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/webservices/rest/resources/js/swagger-ui-3.0.10/swagger-ui.js.map
  2771. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,131| Entry name: web/module/resources/js/swagger-ui-3.0.10/swagger-ui.css.map
  2772. DEBUG - WebModuleUtil.startModule(174) |2021-12-13T11:44:30,131| Moving file from: web/module/resources/js/swagger-ui-3.0.10/swagger-ui.css.map to /var/lib/tomcat7/webapps/openmrs/WEB-INF/view/module/webservices/rest/resources/js/swagger-ui-3.0.10/swagger-ui.css.map
  2773. DEBUG - WebModuleUtil.startModule(153) |2021-12-13T11:44:30,131| Entry name: web/module/resources/js/swagger-ui-3.0.10/swagger-ui-bundle.js.map
  2774.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement