Guest User

LaboratoryLog

a guest
Dec 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 109.18 KB | None | 0 0
  1. WARN - ModuleFactory.stopModule(1132) |2018-12-18 13:10:04,516| Unable to call module's Activator.willStop() method
  2. org.openmrs.api.APIAuthenticationException: Privileges required: Manage Atlas Data
  3. at org.openmrs.aop.AuthorizationAdvice.throwUnauthorized(AuthorizationAdvice.java:116)
  4. at org.openmrs.aop.AuthorizationAdvice.before(AuthorizationAdvice.java:97)
  5. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
  6. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  7. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  8. at com.sun.proxy.$Proxy262.disableAtlasModule(Unknown Source)
  9. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  10. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  11. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  12. at java.lang.reflect.Method.invoke(Method.java:498)
  13. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  14. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  15. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  16. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  17. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  18. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  19. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  20. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  21. at com.sun.proxy.$Proxy262.disableAtlasModule(Unknown Source)
  22. at org.openmrs.module.atlas.AtlasModuleActivator.willStop(AtlasModuleActivator.java:68)
  23. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1128)
  24. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:162)
  25. at org.openmrs.api.context.Context.shutdown(Context.java:891)
  26. at org.openmrs.web.Listener.contextDestroyed(Listener.java:556)
  27. at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:4626)
  28. at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5263)
  29. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
  30. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1443)
  31. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1432)
  32. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  33. at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
  34. at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
  35. at org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:999)
  36. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
  37. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1443)
  38. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1432)
  39. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  40. at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
  41. at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
  42. at org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:999)
  43. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
  44. at org.apache.catalina.core.StandardService.stopInternal(StandardService.java:471)
  45. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
  46. at org.apache.catalina.core.StandardServer.stopInternal(StandardServer.java:791)
  47. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
  48. at org.apache.catalina.startup.Catalina.stop(Catalina.java:755)
  49. at org.apache.catalina.startup.Catalina.start(Catalina.java:717)
  50. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  51. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  52. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  53. at java.lang.reflect.Method.invoke(Method.java:498)
  54. at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:353)
  55. at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:493)
  56. WARN - DynamicPooledDataSourceManagerMBean.getAttribute(373) |2018-12-18 13:10:05,565| Failed to get requested attribute: coreHashCode
  57. javax.management.AttributeNotFoundException: coreHashCode
  58. at com.mchange.v2.c3p0.management.DynamicPooledDataSourceManagerMBean.getAttribute(DynamicPooledDataSourceManagerMBean.java:353)
  59. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:647)
  60. at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678)
  61. at javax.management.AttributeValueExp.getAttribute(AttributeValueExp.java:163)
  62. at javax.management.AttributeValueExp.apply(AttributeValueExp.java:105)
  63. at javax.management.BinaryRelQueryExp.apply(BinaryRelQueryExp.java:109)
  64. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.objectNamesFromFilteredNamedObjects(DefaultMBeanServerInterceptor.java:1521)
  65. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.queryNamesImpl(DefaultMBeanServerInterceptor.java:564)
  66. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.queryNames(DefaultMBeanServerInterceptor.java:554)
  67. at com.sun.jmx.mbeanserver.JmxMBeanServer.queryNames(JmxMBeanServer.java:619)
  68. at org.apache.solr.core.JmxMonitoredMap.clear(JmxMonitoredMap.java:116)
  69. at org.apache.solr.core.SolrCore.close(SolrCore.java:1111)
  70. at org.apache.solr.core.SolrCores.close(SolrCores.java:117)
  71. at org.apache.solr.core.CoreContainer.shutdown(CoreContainer.java:347)
  72. at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.shutdown(EmbeddedSolrServer.java:249)
  73. at org.openmrs.module.chartsearch.solr.SolrManagement.shutdown(SolrManagement.java:33)
  74. at org.openmrs.module.chartsearch.ChartSearchActivator.stopped(ChartSearchActivator.java:72)
  75. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1230)
  76. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1156)
  77. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1156)
  78. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1156)
  79. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:162)
  80. at org.openmrs.api.context.Context.shutdown(Context.java:891)
  81. at org.openmrs.web.Listener.contextDestroyed(Listener.java:556)
  82. at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:4626)
  83. at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5263)
  84. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
  85. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1443)
  86. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1432)
  87. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  88. at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
  89. at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
  90. at org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:999)
  91. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
  92. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1443)
  93. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1432)
  94. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  95. at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
  96. at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
  97. at org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:999)
  98. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
  99. at org.apache.catalina.core.StandardService.stopInternal(StandardService.java:471)
  100. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
  101. at org.apache.catalina.core.StandardServer.stopInternal(StandardServer.java:791)
  102. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
  103. at org.apache.catalina.startup.Catalina.stop(Catalina.java:755)
  104. at org.apache.catalina.startup.Catalina.start(Catalina.java:717)
  105. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  106. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  107. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  108. at java.lang.reflect.Method.invoke(Method.java:498)
  109. at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:353)
  110. at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:493)
  111. WARN - DynamicPooledDataSourceManagerMBean.getAttribute(373) |2018-12-18 13:10:05,571| Failed to get requested attribute: coreHashCode
  112. javax.management.AttributeNotFoundException: coreHashCode
  113. at com.mchange.v2.c3p0.management.DynamicPooledDataSourceManagerMBean.getAttribute(DynamicPooledDataSourceManagerMBean.java:353)
  114. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:647)
  115. at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678)
  116. at javax.management.AttributeValueExp.getAttribute(AttributeValueExp.java:163)
  117. at javax.management.AttributeValueExp.apply(AttributeValueExp.java:105)
  118. at javax.management.BinaryRelQueryExp.apply(BinaryRelQueryExp.java:109)
  119. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.objectNamesFromFilteredNamedObjects(DefaultMBeanServerInterceptor.java:1521)
  120. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.queryNamesImpl(DefaultMBeanServerInterceptor.java:564)
  121. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.queryNames(DefaultMBeanServerInterceptor.java:554)
  122. at com.sun.jmx.mbeanserver.JmxMBeanServer.queryNames(JmxMBeanServer.java:619)
  123. at org.apache.solr.core.JmxMonitoredMap.clear(JmxMonitoredMap.java:116)
  124. at org.apache.solr.core.SolrCore.close(SolrCore.java:1111)
  125. at org.apache.solr.core.SolrCores.close(SolrCores.java:117)
  126. at org.apache.solr.core.CoreContainer.shutdown(CoreContainer.java:347)
  127. at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.shutdown(EmbeddedSolrServer.java:249)
  128. at org.openmrs.module.chartsearch.solr.SolrManagement.shutdown(SolrManagement.java:33)
  129. at org.openmrs.module.chartsearch.ChartSearchActivator.stopped(ChartSearchActivator.java:72)
  130. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1230)
  131. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1156)
  132. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1156)
  133. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1156)
  134. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:162)
  135. at org.openmrs.api.context.Context.shutdown(Context.java:891)
  136. at org.openmrs.web.Listener.contextDestroyed(Listener.java:556)
  137. at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:4626)
  138. at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5263)
  139. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
  140. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1443)
  141. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1432)
  142. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  143. at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
  144. at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
  145. at org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:999)
  146. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
  147. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1443)
  148. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1432)
  149. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  150. at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
  151. at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
  152. at org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:999)
  153. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
  154. at org.apache.catalina.core.StandardService.stopInternal(StandardService.java:471)
  155. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
  156. at org.apache.catalina.core.StandardServer.stopInternal(StandardServer.java:791)
  157. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
  158. at org.apache.catalina.startup.Catalina.stop(Catalina.java:755)
  159. at org.apache.catalina.startup.Catalina.start(Catalina.java:717)
  160. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  161. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  162. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  163. at java.lang.reflect.Method.invoke(Method.java:498)
  164. at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:353)
  165. at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:493)
  166. WARN - ModuleFactory.stopModule(1234) |2018-12-18 13:10:07,524| Unable to call module's Activator.shutdown() method
  167. org.openmrs.api.APIAuthenticationException: Basic authentication required
  168. at org.openmrs.aop.AuthorizationAdvice.throwUnauthorized(AuthorizationAdvice.java:145)
  169. at org.openmrs.aop.AuthorizationAdvice.before(AuthorizationAdvice.java:101)
  170. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
  171. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  172. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  173. at com.sun.proxy.$Proxy219.getDefinitionByUuid(Unknown Source)
  174. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  175. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  176. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  177. at java.lang.reflect.Method.invoke(Method.java:498)
  178. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  179. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  180. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  181. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  182. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  183. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  184. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  185. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  186. at com.sun.proxy.$Proxy219.getDefinitionByUuid(Unknown Source)
  187. at org.openmrs.module.reporting.definition.persister.SerializedDefinitionPersister.getDefinitionByUuid(SerializedDefinitionPersister.java:65)
  188. at org.openmrs.module.reporting.definition.service.BaseDefinitionService.getDefinitionByUuid(BaseDefinitionService.java:94)
  189. at org.openmrs.module.reporting.definition.service.BaseDefinitionService.getDefinition(BaseDefinitionService.java:165)
  190. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  191. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  192. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  193. at java.lang.reflect.Method.invoke(Method.java:498)
  194. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  195. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  196. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  197. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  198. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  199. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  200. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  201. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  202. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  203. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  204. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  205. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
  206. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  207. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  208. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  209. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  210. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  211. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  212. at com.sun.proxy.$Proxy121.getDefinition(Unknown Source)
  213. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  214. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  215. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  216. at java.lang.reflect.Method.invoke(Method.java:498)
  217. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  218. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  219. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  220. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  221. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  222. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  223. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  224. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  225. at com.sun.proxy.$Proxy242.getDefinition(Unknown Source)
  226. at org.openmrs.module.appointmentschedulingui.AppointmentSchedulingUIActivator.removeDataSetDefinitions(AppointmentSchedulingUIActivator.java:108)
  227. at org.openmrs.module.appointmentschedulingui.AppointmentSchedulingUIActivator.stopped(AppointmentSchedulingUIActivator.java:95)
  228. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1230)
  229. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1156)
  230. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1156)
  231. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1156)
  232. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:162)
  233. at org.openmrs.api.context.Context.shutdown(Context.java:891)
  234. at org.openmrs.web.Listener.contextDestroyed(Listener.java:556)
  235. at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:4626)
  236. at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5263)
  237. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
  238. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1443)
  239. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1432)
  240. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  241. at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
  242. at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
  243. at org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:999)
  244. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
  245. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1443)
  246. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1432)
  247. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  248. at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
  249. at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
  250. at org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:999)
  251. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
  252. at org.apache.catalina.core.StandardService.stopInternal(StandardService.java:471)
  253. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
  254. at org.apache.catalina.core.StandardServer.stopInternal(StandardServer.java:791)
  255. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
  256. at org.apache.catalina.startup.Catalina.stop(Catalina.java:755)
  257. at org.apache.catalina.startup.Catalina.start(Catalina.java:717)
  258. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  259. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  260. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  261. at java.lang.reflect.Method.invoke(Method.java:498)
  262. at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:353)
  263. at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:493)
  264. WARN - Context.shutdown(894) |2018-12-18 13:10:11,751| Error while shutting down module system
  265. java.lang.IllegalStateException: Shutdown in progress
  266. at java.io.DeleteOnExitHook.add(DeleteOnExitHook.java:60)
  267. at java.io.File.deleteOnExit(File.java:1079)
  268. at org.openmrs.util.OpenmrsUtil.deleteDirectory(OpenmrsUtil.java:914)
  269. at org.openmrs.util.OpenmrsUtil.deleteDirectory(OpenmrsUtil.java:905)
  270. at org.openmrs.util.OpenmrsUtil.deleteDirectory(OpenmrsUtil.java:905)
  271. at org.openmrs.util.OpenmrsUtil.deleteDirectory(OpenmrsUtil.java:905)
  272. at org.openmrs.util.OpenmrsUtil.deleteDirectory(OpenmrsUtil.java:905)
  273. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1259)
  274. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1156)
  275. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:162)
  276. at org.openmrs.api.context.Context.shutdown(Context.java:891)
  277. at org.openmrs.web.Listener.contextDestroyed(Listener.java:556)
  278. at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:4626)
  279. at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5263)
  280. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
  281. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1443)
  282. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1432)
  283. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  284. at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
  285. at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
  286. at org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:999)
  287. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
  288. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1443)
  289. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1432)
  290. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  291. at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
  292. at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
  293. at org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:999)
  294. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
  295. at org.apache.catalina.core.StandardService.stopInternal(StandardService.java:471)
  296. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
  297. at org.apache.catalina.core.StandardServer.stopInternal(StandardServer.java:791)
  298. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
  299. at org.apache.catalina.startup.Catalina.stop(Catalina.java:755)
  300. at org.apache.catalina.startup.Catalina.start(Catalina.java:717)
  301. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  302. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  303. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  304. at java.lang.reflect.Method.invoke(Method.java:498)
  305. at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:353)
  306. at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:493)
  307. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,754| QUERY: [CRITERIA] select this_.id as id1_68_0_, this_.uuid as uuid2_68_0_, this_.name as name3_68_0_, this_.description as descript4_68_0_, this_.identifier_type as identifi5_68_0_, this_.creator as creator6_68_0_, this_.date_created as date_cre7_68_0_, this_.changed_by as changed_8_68_0_, this_.date_changed as date_cha9_68_0_, this_.retired as retired10_68_0_, this_.retired_by as retired11_68_0_, this_.date_retired as date_re12_68_0_, this_.retire_reason as retire_13_68_0_, this_1_.next_sequence_value as next_seq2_73_0_, this_1_.base_character_set as base_cha3_73_0_, this_1_.first_identifier_base as first_id4_73_0_, this_1_.prefix as prefix5_73_0_, this_1_.suffix as suffix6_73_0_, this_1_.min_length as min_leng7_73_0_, this_1_.max_length as max_leng8_73_0_, this_2_.url as url2_71_0_, this_2_.user as user3_71_0_, this_2_.password as password4_71_0_, this_3_.source as source2_67_0_, this_3_.batch_size as batch_si3_67_0_, this_3_.min_pool_size as min_pool4_67_0_, this_3_.refill_with_scheduled_task as refill_w5_67_0_, this_3_.sequential as sequenti6_67_0_, case when this_1_.id is not null then 1 when this_2_.id is not null then 2 when this_3_.id is not null then 3 when this_.id is not null then 0 end as clazz_0_ from idgen_identifier_source this_ left outer join idgen_seq_id_gen this_1_ on this_.id=this_1_.id left outer join idgen_remote_source this_2_ on this_.id=this_2_.id left outer join idgen_id_pool this_3_ on this_.id=this_3_.id where this_.uuid=?
  308. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,755| Cache Hit Count : 0
  309. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,756| Cache Miss Count: 0
  310. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,756| Cache Put Count : 0
  311. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,757| Execution Count : 1
  312. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,757| Average time : 2
  313. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,758| Row Count : 1
  314. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,758| QUERY: from LocationTag where uuid = :uuid
  315. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,759| Cache Hit Count : 0
  316. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,759| Cache Miss Count: 0
  317. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,759| Cache Put Count : 0
  318. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,760| Execution Count : 4
  319. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,760| Average time : 0
  320. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,761| Row Count : 4
  321. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,761| QUERY: from Role r order by r.role
  322. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,762| Cache Hit Count : 0
  323. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,762| Cache Miss Count: 0
  324. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,762| Cache Put Count : 0
  325. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,763| Execution Count : 1
  326. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,763| Average time : 12
  327. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,763| Row Count : 29
  328. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,764| QUERY: [CRITERIA] select this_.component_state_id as componen1_2_0_, this_.uuid as uuid2_2_0_, this_.component_id as componen3_2_0_, this_.component_type as componen4_2_0_, this_.enabled as enabled5_2_0_ from appframework_component_state this_ where this_.component_id=? and this_.component_type=?
  329. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,764| Cache Hit Count : 0
  330. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,764| Cache Miss Count: 0
  331. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,765| Cache Put Count : 0
  332. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,765| Execution Count : 3
  333. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,766| Average time : 1
  334. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,766| Row Count : 3
  335. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,766| QUERY: [CRITERIA] select this_.metadata_source_id as metadata1_81_0_, this_.name as name2_81_0_, this_.description as descript3_81_0_, this_.creator as creator4_81_0_, this_.date_created as date_cre5_81_0_, this_.changed_by as changed_6_81_0_, this_.date_changed as date_cha7_81_0_, this_.retired as retired8_81_0_, this_.date_retired as date_ret9_81_0_, this_.retired_by as retired10_81_0_, this_.retire_reason as retire_11_81_0_, this_.uuid as uuid12_81_0_ from metadatamapping_metadata_source this_ where this_.name=?
  336. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,767| Cache Hit Count : 0
  337. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,767| Cache Miss Count: 0
  338. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,767| Cache Put Count : 0
  339. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,768| Execution Count : 4
  340. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,768| Average time : 0
  341. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,769| Row Count : 4
  342. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,769| QUERY: from PersonAttributeType pat where pat.uuid = :uuid
  343. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,769| Cache Hit Count : 0
  344. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,770| Cache Miss Count: 0
  345. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,770| Cache Put Count : 0
  346. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,770| Execution Count : 1
  347. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,771| Average time : 3
  348. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,771| Row Count : 1
  349. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,771| QUERY: from VisitType vt where vt.uuid = :uuid
  350. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,772| Cache Hit Count : 0
  351. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,772| Cache Miss Count: 0
  352. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,772| Cache Put Count : 0
  353. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,773| Execution Count : 1
  354. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,773| Average time : 2
  355. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,773| Row Count : 1
  356. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,774| QUERY: [CRITERIA] select this_.patient_identifier_type_id as patient_1_99_0_, this_.uuid as uuid2_99_0_, this_.name as name3_99_0_, this_.description as descript4_99_0_, this_.format as format5_99_0_, this_.format_description as format_d6_99_0_, this_.required as required7_99_0_, this_.validator as validato8_99_0_, this_.date_created as date_cre9_99_0_, this_.location_behavior as locatio10_99_0_, this_.uniqueness_behavior as uniquen11_99_0_, this_.creator as creator12_99_0_, this_.retired_by as retired13_99_0_, this_.date_retired as date_re14_99_0_, this_.retire_reason as retire_15_99_0_, this_.retired as retired16_99_0_, this_.changed_by as changed17_99_0_, this_.date_changed as date_ch18_99_0_ from patient_identifier_type this_ where this_.name=? and this_.retired=? order by this_.required desc, this_.name asc, this_.patient_identifier_type_id asc
  357. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,774| Cache Hit Count : 0
  358. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,775| Cache Miss Count: 0
  359. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,775| Cache Put Count : 0
  360. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,775| Execution Count : 1
  361. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,775| Average time : 1
  362. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,776| Row Count : 1
  363. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,776| QUERY: [CRITERIA] select this_.metadata_term_mapping_id as metadata1_82_1_, this_.metadata_source_id as metadata2_82_1_, this_.code as code3_82_1_, this_.metadata_class as metadata4_82_1_, this_.metadata_uuid as metadata5_82_1_, this_.name as name6_82_1_, this_.description as descript7_82_1_, this_.creator as creator8_82_1_, this_.date_created as date_cre9_82_1_, this_.changed_by as changed10_82_1_, this_.date_changed as date_ch11_82_1_, this_.retired as retired12_82_1_, this_.date_retired as date_re13_82_1_, this_.retired_by as retired14_82_1_, this_.retire_reason as retire_15_82_1_, this_.uuid as uuid16_82_1_, metadataso1_.metadata_source_id as metadata1_81_0_, metadataso1_.name as name2_81_0_, metadataso1_.description as descript3_81_0_, metadataso1_.creator as creator4_81_0_, metadataso1_.date_created as date_cre5_81_0_, metadataso1_.changed_by as changed_6_81_0_, metadataso1_.date_changed as date_cha7_81_0_, metadataso1_.retired as retired8_81_0_, metadataso1_.date_retired as date_ret9_81_0_, metadataso1_.retired_by as retired10_81_0_, metadataso1_.retire_reason as retire_11_81_0_, metadataso1_.uuid as uuid12_81_0_ from metadatamapping_metadata_term_mapping this_ inner join metadatamapping_metadata_source metadataso1_ on this_.metadata_source_id=metadataso1_.metadata_source_id where this_.retired=? and this_.code=? and metadataso1_.name=?
  364. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,776| Cache Hit Count : 0
  365. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,777| Cache Miss Count: 0
  366. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,777| Cache Put Count : 0
  367. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,777| Execution Count : 3
  368. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,777| Average time : 1
  369. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,778| Row Count : 3
  370. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,778| QUERY: select distinct user from User as user inner join user.person.names as name inner join user.roles as role where user.retired = false and role in (:roleList)
  371. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,778| Cache Hit Count : 0
  372. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,779| Cache Miss Count: 0
  373. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,779| Cache Put Count : 0
  374. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,779| Execution Count : 1
  375. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,780| Average time : 112
  376. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,780| Row Count : 1
  377. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,780| QUERY: [CRITERIA] select this_.alert_id as alert_id1_86_1_, this_.text as text2_86_1_, this_.satisfied_by_any as satisfie3_86_1_, this_.alert_read as alert_re4_86_1_, this_.date_to_expire as date_to_5_86_1_, this_.creator as creator6_86_1_, this_.date_created as date_cre7_86_1_, this_.changed_by as changed_8_86_1_, this_.date_changed as date_cha9_86_1_, this_.uuid as uuid10_86_1_, recipient1_.alert_id as alert_id1_87_0_, recipient1_.user_id as user_id2_87_0_, recipient1_.alert_read as alert_re3_87_0_, recipient1_.date_changed as date_cha4_87_0_, recipient1_.uuid as uuid5_87_0_ from notification_alert this_ inner join notification_alert_recipient recipient1_ on this_.alert_id=recipient1_.alert_id where recipient1_.user_id=? and (this_.date_to_expire is null or this_.date_to_expire>?) and this_.alert_read=? and recipient1_.alert_read=? order by this_.date_changed desc
  378. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,781| Cache Hit Count : 0
  379. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,781| Cache Miss Count: 0
  380. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,781| Cache Put Count : 0
  381. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,782| Execution Count : 12
  382. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,782| Average time : 2
  383. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,782| Row Count : 20
  384. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,783| QUERY: [CRITERIA] select this_.calculation_registration_id as calculat1_11_0_, this_.uuid as uuid2_11_0_, this_.token as token3_11_0_, this_.provider_class_name as provider4_11_0_, this_.calculation_name as calculat5_11_0_, this_.configuration as configur6_11_0_ from calculation_registration this_ where this_.provider_class_name=?
  385. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,783| Cache Hit Count : 0
  386. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,783| Cache Miss Count: 0
  387. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,784| Cache Put Count : 0
  388. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,784| Execution Count : 1
  389. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,784| Average time : 0
  390. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,785| Row Count : 0
  391. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,785| QUERY: [CRITERIA] select this_.form_id as form_id1_57_0_, this_.uuid as uuid2_57_0_, this_.name as name3_57_0_, this_.version as version4_57_0_, this_.build as build5_57_0_, this_.published as publishe6_57_0_, this_.description as descript7_57_0_, this_.encounter_type as encounte8_57_0_, this_.creator as creator9_57_0_, this_.date_created as date_cr10_57_0_, this_.changed_by as changed11_57_0_, this_.date_changed as date_ch12_57_0_, this_.retired as retired13_57_0_, this_.retired_by as retired14_57_0_, this_.date_retired as date_re15_57_0_, this_.retired_reason as retired16_57_0_ from form this_ order by this_.name asc, this_.form_id asc
  392. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,785| Cache Hit Count : 0
  393. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,786| Cache Miss Count: 0
  394. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,786| Cache Put Count : 0
  395. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,786| Execution Count : 1
  396. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,787| Average time : 2
  397. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,787| Row Count : 5
  398. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,787| QUERY: [CRITERIA] select this_.id as id1_66_0_, this_.identifier_type as identifi2_66_0_, this_.location as location3_66_0_, this_.source as source4_66_0_, this_.manual_entry_enabled as manual_e5_66_0_, this_.automatic_generation_enabled as automati6_66_0_ from idgen_auto_generation_option this_ where this_.identifier_type=?
  399. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,787| Cache Hit Count : 0
  400. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,788| Cache Miss Count: 0
  401. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,788| Cache Put Count : 0
  402. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,788| Execution Count : 2
  403. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,789| Average time : 1
  404. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,789| Row Count : 2
  405. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,789| QUERY: [CRITERIA] select this_.serialized_object_id as serializ1_134_0_, this_.uuid as uuid2_134_0_, this_.name as name3_134_0_, this_.description as descript4_134_0_, this_.type as type5_134_0_, this_.subtype as subtype6_134_0_, this_.serialization_class as serializ7_134_0_, this_.serialized_data as serializ8_134_0_, this_.date_created as date_cre9_134_0_, this_.date_changed as date_ch10_134_0_, this_.retired as retired11_134_0_, this_.date_retired as date_re12_134_0_, this_.retire_reason as retire_13_134_0_, this_.creator as creator14_134_0_, this_.changed_by as changed15_134_0_, this_.retired_by as retired16_134_0_ from serialized_object this_ where this_.uuid=?
  406. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,790| Cache Hit Count : 0
  407. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,790| Cache Miss Count: 0
  408. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,790| Cache Put Count : 0
  409. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,791| Execution Count : 1
  410. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,791| Average time : 12
  411. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,791| Row Count : 1
  412. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,792| QUERY: [CRITERIA] select this_.app_id as app_id1_3_0_, this_.json as json2_3_0_ from appframework_user_app this_
  413. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,792| Cache Hit Count : 0
  414. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,792| Cache Miss Count: 0
  415. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,793| Cache Put Count : 0
  416. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,793| Execution Count : 1
  417. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,793| Average time : 0
  418. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,793| Row Count : 0
  419. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,794| QUERY: [CRITERIA] select this_.encounter_type_id as encounte1_53_0_, this_.name as name2_53_0_, this_.description as descript3_53_0_, this_.date_created as date_cre4_53_0_, this_.creator as creator5_53_0_, this_.edit_privilege as edit_pri6_53_0_, this_.view_privilege as view_pri7_53_0_, this_.uuid as uuid8_53_0_, this_.retired_by as retired_9_53_0_, this_.date_retired as date_re10_53_0_, this_.retire_reason as retire_11_53_0_, this_.retired as retired12_53_0_, this_.changed_by as changed13_53_0_, this_.date_changed as date_ch14_53_0_ from encounter_type this_ where this_.uuid=?
  420. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,794| Cache Hit Count : 0
  421. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,794| Cache Miss Count: 0
  422. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,795| Cache Put Count : 0
  423. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,795| Execution Count : 9
  424. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,795| Average time : 0
  425. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,796| Row Count : 9
  426. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,796| QUERY: [CRITERIA] select this_.form_resource_id as form_res1_59_0_, this_.form_id as form_id2_59_0_, this_.name as name3_59_0_, this_.value_reference as value_re4_59_0_, this_.datatype as datatype5_59_0_, this_.datatype_config as datatype6_59_0_, this_.preferred_handler as preferre7_59_0_, this_.handler_config as handler_8_59_0_, this_.uuid as uuid9_59_0_, this_.changed_by as changed10_59_0_, this_.date_changed as date_ch11_59_0_ from form_resource this_ where this_.form_id=?
  427. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,797| Cache Hit Count : 0
  428. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,797| Cache Miss Count: 0
  429. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,797| Cache Put Count : 0
  430. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,798| Execution Count : 5
  431. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,798| Average time : 0
  432. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,798| Row Count : 0
  433. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,799| QUERY: [CRITERIA] select this_.metadata_term_mapping_id as metadata1_82_0_, this_.metadata_source_id as metadata2_82_0_, this_.code as code3_82_0_, this_.metadata_class as metadata4_82_0_, this_.metadata_uuid as metadata5_82_0_, this_.name as name6_82_0_, this_.description as descript7_82_0_, this_.creator as creator8_82_0_, this_.date_created as date_cre9_82_0_, this_.changed_by as changed10_82_0_, this_.date_changed as date_ch11_82_0_, this_.retired as retired12_82_0_, this_.date_retired as date_re13_82_0_, this_.retired_by as retired14_82_0_, this_.retire_reason as retire_15_82_0_, this_.uuid as uuid16_82_0_ from metadatamapping_metadata_term_mapping this_ where this_.metadata_source_id=? and this_.code=?
  434. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,799| Cache Hit Count : 0
  435. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,800| Cache Miss Count: 0
  436. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,800| Cache Put Count : 0
  437. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,800| Execution Count : 23
  438. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,801| Average time : 1
  439. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,801| Row Count : 23
  440. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,801| QUERY: [CRITERIA] select this_.provider_id as provider1_112_0_, this_.person_id as person_i2_112_0_, this_.name as name3_112_0_, this_.identifier as identifi4_112_0_, this_.creator as creator5_112_0_, this_.date_created as date_cre6_112_0_, this_.changed_by as changed_7_112_0_, this_.date_changed as date_cha8_112_0_, this_.retired_by as retired_9_112_0_, this_.date_retired as date_re10_112_0_, this_.retire_reason as retire_11_112_0_, this_.retired as retired12_112_0_, this_.uuid as uuid13_112_0_, this_.provider_role_id as provide14_112_0_ from provider this_ where this_.uuid=?
  441. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,802| Cache Hit Count : 0
  442. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,802| Cache Miss Count: 0
  443. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,802| Cache Put Count : 0
  444. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,803| Execution Count : 1
  445. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,803| Average time : 1
  446. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,804| Row Count : 1
  447. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,804| QUERY: [CRITERIA] select this_.patient_identifier_type_id as patient_1_99_0_, this_.uuid as uuid2_99_0_, this_.name as name3_99_0_, this_.description as descript4_99_0_, this_.format as format5_99_0_, this_.format_description as format_d6_99_0_, this_.required as required7_99_0_, this_.validator as validato8_99_0_, this_.date_created as date_cre9_99_0_, this_.location_behavior as locatio10_99_0_, this_.uniqueness_behavior as uniquen11_99_0_, this_.creator as creator12_99_0_, this_.retired_by as retired13_99_0_, this_.date_retired as date_re14_99_0_, this_.retire_reason as retire_15_99_0_, this_.retired as retired16_99_0_, this_.changed_by as changed17_99_0_, this_.date_changed as date_ch18_99_0_ from patient_identifier_type this_ where this_.uuid=?
  448. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,804| Cache Hit Count : 0
  449. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,805| Cache Miss Count: 0
  450. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,805| Cache Put Count : 0
  451. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,806| Execution Count : 3
  452. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,806| Average time : 0
  453. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,807| Row Count : 3
  454. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,807| QUERY: [CRITERIA] select this_.imported_package_id as imported1_85_0_, this_.uuid as uuid2_85_0_, this_.group_uuid as group_uu3_85_0_, this_.date_created as date_cre4_85_0_, this_.date_imported as date_imp5_85_0_, this_.subscription_url as subscrip6_85_0_, this_.subscription_status as subscrip7_85_0_, this_.name as name8_85_0_, this_.description as descript9_85_0_, this_.import_config as import_10_85_0_, this_.remote_version as remote_11_85_0_, this_.version as version12_85_0_ from metadatasharing_imported_package this_ where this_.group_uuid=?
  455. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,807| Cache Hit Count : 0
  456. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,808| Cache Miss Count: 0
  457. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,808| Cache Put Count : 0
  458. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,808| Execution Count : 8
  459. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,809| Average time : 7
  460. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,809| Row Count : 8
  461. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,809| QUERY: select count(*) from HtmlForm where deprecatedName is not null or deprecatedDescription is not null
  462. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,810| Cache Hit Count : 0
  463. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,810| Cache Miss Count: 0
  464. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,810| Cache Put Count : 0
  465. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,811| Execution Count : 1
  466. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,811| Average time : 1
  467. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,811| Row Count : 1
  468. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,811| QUERY: [CRITERIA] select this_.id as id1_128_0_, this_.uuid as uuid2_128_0_, this_.base_cohort_uuid as base_coh3_128_0_, this_.base_cohort_parameters as base_coh4_128_0_, this_.report_definition_uuid as report_d5_128_0_, this_.report_definition_parameters as report_d6_128_0_, this_.renderer_type as renderer7_128_0_, this_.renderer_argument as renderer8_128_0_, this_.requested_by as requeste9_128_0_, this_.request_datetime as request10_128_0_, this_.priority as priorit11_128_0_, this_.status as status12_128_0_, this_.schedule as schedul13_128_0_, this_.process_automatically as process14_128_0_, this_.evaluation_start_datetime as evaluat15_128_0_, this_.evaluation_complete_datetime as evaluat16_128_0_, this_.render_complete_datetime as render_17_128_0_, this_.minimum_days_to_preserve as minimum18_128_0_, this_.description as descrip19_128_0_ from reporting_report_request this_ where this_.status in (?) order by this_.evaluation_complete_datetime desc, this_.evaluation_start_datetime desc, this_.priority desc, this_.request_datetime desc
  469. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,812| Cache Hit Count : 0
  470. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,812| Cache Miss Count: 0
  471. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,813| Cache Put Count : 0
  472. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,813| Execution Count : 36
  473. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,813| Average time : 1
  474. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,813| Row Count : 0
  475. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,814| QUERY: from PatientIdentifierType pit where pit.uuid = :uuid
  476. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,814| Cache Hit Count : 0
  477. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,814| Cache Miss Count: 0
  478. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,815| Cache Put Count : 0
  479. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,815| Execution Count : 1
  480. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,815| Average time : 0
  481. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,816| Row Count : 1
  482. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,816| QUERY: from Privilege p order by p.privilege
  483. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,816| Cache Hit Count : 0
  484. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,816| Cache Miss Count: 0
  485. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,817| Cache Put Count : 0
  486. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,817| Execution Count : 1
  487. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,818| Average time : 4
  488. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,818| Row Count : 306
  489. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,818| QUERY: [CRITERIA] select this_.concept_source_id as concept_1_39_0_, this_.uuid as uuid2_39_0_, this_.name as name3_39_0_, this_.description as descript4_39_0_, this_.hl7_code as hl5_39_0_, this_.unique_id as unique_i6_39_0_, this_.date_created as date_cre7_39_0_, this_.retired as retired8_39_0_, this_.date_retired as date_ret9_39_0_, this_.retire_reason as retire_10_39_0_, this_.creator as creator11_39_0_, this_.retired_by as retired12_39_0_, this_.changed_by as changed13_39_0_, this_.date_changed as date_ch14_39_0_ from concept_reference_source this_ where this_.name=?
  490. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,818| Cache Hit Count : 0
  491. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,819| Cache Miss Count: 0
  492. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,819| Cache Put Count : 0
  493. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,819| Execution Count : 1
  494. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,820| Average time : 2
  495. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,820| Row Count : 1
  496. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,820| QUERY: [CRITERIA] select this_.id as id1_65_0_, this_.form_id as form_id2_65_0_, this_.xml_data as xml_data3_65_0_, this_.creator as creator4_65_0_, this_.date_created as date_cre5_65_0_, this_.changed_by as changed_6_65_0_, this_.date_changed as date_cha7_65_0_, this_.retired as retired8_65_0_, this_.name as name9_65_0_, this_.uuid as uuid10_65_0_, this_.description as descrip11_65_0_, this_.retired_by as retired12_65_0_, this_.date_retired as date_re13_65_0_, this_.retire_reason as retire_14_65_0_ from htmlformentry_html_form this_ where this_.form_id=? order by this_.date_created desc
  497. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,821| Cache Hit Count : 0
  498. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,821| Cache Miss Count: 0
  499. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,821| Cache Put Count : 0
  500. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,822| Execution Count : 5
  501. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,822| Average time : 1
  502. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,822| Row Count : 5
  503. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,822| QUERY: from User u where u.uuid = :uuid
  504. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,823| Cache Hit Count : 0
  505. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,823| Cache Miss Count: 0
  506. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,823| Cache Put Count : 0
  507. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,824| Execution Count : 218
  508. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,824| Average time : 1
  509. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,824| Row Count : 218
  510. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,825| QUERY: from HL7InQueue as hiq where hiq.messageState = ? order by HL7InQueueId
  511. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,825| Cache Hit Count : 0
  512. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,825| Cache Miss Count: 0
  513. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,826| Cache Put Count : 0
  514. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,826| Execution Count : 215
  515. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,826| Average time : 0
  516. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,827| Row Count : 0
  517. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,827| QUERY: [CRITERIA] select this_.person_attribute_type_id as person_a1_105_0_, this_.uuid as uuid2_105_0_, this_.name as name3_105_0_, this_.description as descript4_105_0_, this_.format as format5_105_0_, this_.foreign_key as foreign_6_105_0_, this_.sort_weight as sort_wei7_105_0_, this_.searchable as searchab8_105_0_, this_.creator as creator9_105_0_, this_.date_created as date_cr10_105_0_, this_.changed_by as changed11_105_0_, this_.date_changed as date_ch12_105_0_, this_.retired_by as retired13_105_0_, this_.date_retired as date_re14_105_0_, this_.retire_reason as retire_15_105_0_, this_.retired as retired16_105_0_, this_.edit_privilege as edit_pr17_105_0_ from person_attribute_type this_ where this_.name=?
  518. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,828| Cache Hit Count : 0
  519. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,828| Cache Miss Count: 0
  520. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,828| Cache Put Count : 0
  521. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,829| Execution Count : 2
  522. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,829| Average time : 1
  523. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,829| Row Count : 2
  524. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,830| QUERY: [CRITERIA] select this_.task_config_id as task_con1_132_0_, this_.uuid as uuid2_132_0_, this_.name as name3_132_0_, this_.description as descript4_132_0_, this_.schedulable_class as schedula5_132_0_, this_.repeat_interval as repeat_i6_132_0_, this_.start_time as start_ti7_132_0_, this_.start_time_pattern as start_ti8_132_0_, this_.last_execution_time as last_exe9_132_0_, this_.start_on_startup as start_o10_132_0_, this_.started as started11_132_0_, this_.created_by as created12_132_0_, this_.changed_by as changed13_132_0_, this_.date_created as date_cr14_132_0_, this_.date_changed as date_ch15_132_0_ from scheduler_task_config this_
  525. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,830| Cache Hit Count : 0
  526. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,830| Cache Miss Count: 0
  527. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,831| Cache Put Count : 0
  528. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,831| Execution Count : 3
  529. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,831| Average time : 3
  530. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,832| Row Count : 6
  531. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,832| QUERY: [CRITERIA] select this_.provider_id as provider1_112_0_, this_.person_id as person_i2_112_0_, this_.name as name3_112_0_, this_.identifier as identifi4_112_0_, this_.creator as creator5_112_0_, this_.date_created as date_cre6_112_0_, this_.changed_by as changed_7_112_0_, this_.date_changed as date_cha8_112_0_, this_.retired_by as retired_9_112_0_, this_.date_retired as date_re10_112_0_, this_.retire_reason as retire_11_112_0_, this_.retired as retired12_112_0_, this_.uuid as uuid13_112_0_, this_.provider_role_id as provide14_112_0_ from provider this_ where this_.retired=? and this_.person_id=? order by this_.provider_id asc
  532. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,833| Cache Hit Count : 0
  533. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-12-18 13:10:11,833| Cache Miss Count: 0
  534. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-12-18 13:10:11,833| Cache Put Count : 0
  535. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-12-18 13:10:11,834| Execution Count : 100
  536. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-12-18 13:10:11,834| Average time : 0
  537. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-12-18 13:10:11,834| Row Count : 0
  538. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-12-18 13:10:11,835| QUERY: [CRITERIA] select this_.location_id as location1_74_0_, this_.uuid as uuid2_74_0_, this_.name as name3_74_0_, this_.description as descript4_74_0_, this_.address1 as address5_74_0_, this_.address2 as address6_74_0_, this_.city_village as city_vil7_74_0_, this_.state_province as state_pr8_74_0_, this_.country as country9_74_0_, this_.postal_code as postal_10_74_0_, this_.latitude as latitud11_74_0_, this_.longitude as longitu12_74_0_, this_.county_district as county_13_74_0_, this_.address3 as address14_74_0_, this_.address4 as address15_74_0_, this_.address6 as address16_74_0_, this_.address5 as address17_74_0_, this_.address7 as address18_74_0_, this_.address8 as address19_74_0_, this_.address9 as address20_74_0_, this_.address10 as address21_74_0_, this_.address11 as address22_74_0_, this_.address12 as address23_74_0_, this_.address13 as address24_74_0_, this_.address14 as address25_74_0_, this_.address15 as address26_74_0_, this_.date_created as date_cr27_74_0_, this_.date_changed as date_ch28_74_0_, this_.parent_location as parent_29_74_0_, this_.changed_by as changed30_74_0_, this_.creator as creator31_74_0_, this_.retired_by as retired32_74_0_, this_.date_retired as date_re33_74_0_, this_.retire_reason as retire_34_74_0_, this_.retired as retired35_74_0_ from location this_ where this_.retired=? order by this_.name asc
  539. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-12-18 13:10:11,835| Cache Hit Count : 0
  540. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:04,502| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: event.started value: true,
  541. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:04,650| Exiting method saveGlobalProperty
  542. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:04,656| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: event.mandatory value: false,
  543. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:04,659| Exiting method saveGlobalProperty
  544. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:04,904| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: legacyui.started value: true,
  545. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:04,908| Exiting method saveGlobalProperty
  546. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:04,914| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: legacyui.mandatory value: false,
  547. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:04,918| Exiting method saveGlobalProperty
  548. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:12,193| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: fhir.started value: true,
  549. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:12,200| Exiting method saveGlobalProperty
  550. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:12,205| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: fhir.mandatory value: false,
  551. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:12,208| Exiting method saveGlobalProperty
  552. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:12,436| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: dataexchange.started value: true,
  553. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:12,446| Exiting method saveGlobalProperty
  554. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:12,459| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: dataexchange.mandatory value: false,
  555. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:12,467| Exiting method saveGlobalProperty
  556. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:12,642| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingcompatibility.started value: true,
  557. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:12,647| Exiting method saveGlobalProperty
  558. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:12,655| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingcompatibility.mandatory value: false,
  559. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:12,658| Exiting method saveGlobalProperty
  560. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:13,401| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: webservices.rest.started value: true,
  561. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:13,406| Exiting method saveGlobalProperty
  562. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:13,410| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: webservices.rest.mandatory value: false,
  563. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:13,413| Exiting method saveGlobalProperty
  564. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:13,581| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: serialization.xstream.started value: true,
  565. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:13,588| Exiting method saveGlobalProperty
  566. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:13,592| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: serialization.xstream.mandatory value: false,
  567. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:13,595| Exiting method saveGlobalProperty
  568. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:18,878| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uiframework.started value: true,
  569. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:18,883| Exiting method saveGlobalProperty
  570. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:18,889| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uiframework.mandatory value: false,
  571. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:18,902| Exiting method saveGlobalProperty
  572. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:19,140| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uicommons.started value: true,
  573. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:19,145| Exiting method saveGlobalProperty
  574. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:19,150| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uicommons.mandatory value: false,
  575. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:19,154| Exiting method saveGlobalProperty
  576. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:24,360| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: atlas.started value: true,
  577. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:24,363| Exiting method saveGlobalProperty
  578. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:24,367| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: atlas.mandatory value: false,
  579. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:24,369| Exiting method saveGlobalProperty
  580. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:24,467| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uilibrary.started value: true,
  581. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:24,470| Exiting method saveGlobalProperty
  582. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:24,473| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uilibrary.mandatory value: false,
  583. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:24,477| Exiting method saveGlobalProperty
  584. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:29,674| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.started value: true,
  585. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:29,677| Exiting method saveGlobalProperty
  586. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:29,681| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.mandatory value: false,
  587. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:29,686| Exiting method saveGlobalProperty
  588. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:29,859| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlwidgets.started value: true,
  589. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:29,862| Exiting method saveGlobalProperty
  590. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:29,867| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlwidgets.mandatory value: false,
  591. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:29,873| Exiting method saveGlobalProperty
  592. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:29,927| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: owa.started value: true,
  593. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:29,930| Exiting method saveGlobalProperty
  594. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:29,938| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: owa.mandatory value: false,
  595. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:29,942| Exiting method saveGlobalProperty
  596. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:35,328| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatamapping.started value: true,
  597. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:35,338| Exiting method saveGlobalProperty
  598. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:35,343| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatamapping.mandatory value: false,
  599. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:35,351| Exiting method saveGlobalProperty
  600. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:40,656| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatasharing.started value: true,
  601. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:40,667| Exiting method saveGlobalProperty
  602. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:40,680| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatasharing.mandatory value: false,
  603. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:40,683| Exiting method saveGlobalProperty
  604. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:40,777| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatadeploy.started value: true,
  605. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:40,782| Exiting method saveGlobalProperty
  606. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:40,788| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatadeploy.mandatory value: false,
  607. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:40,792| Exiting method saveGlobalProperty
  608. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:46,062| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentry.started value: true,
  609. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:46,065| Exiting method saveGlobalProperty
  610. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:46,069| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentry.mandatory value: false,
  611. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:46,072| Exiting method saveGlobalProperty
  612. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:51,375| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: calculation.started value: true,
  613. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:51,380| Exiting method saveGlobalProperty
  614. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:51,386| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: calculation.mandatory value: false,
  615. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:51,388| Exiting method saveGlobalProperty
  616. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:57,692| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.started value: true,
  617. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:57,696| Exiting method saveGlobalProperty
  618. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:11:57,700| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.mandatory value: false,
  619. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:11:57,703| Exiting method saveGlobalProperty
  620. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:02,920| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: emrapi.started value: true,
  621. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:02,924| Exiting method saveGlobalProperty
  622. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:02,928| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: emrapi.mandatory value: false,
  623. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:02,930| Exiting method saveGlobalProperty
  624. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:08,612| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentscheduling.started value: true,
  625. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:08,620| Exiting method saveGlobalProperty
  626. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:08,624| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentscheduling.mandatory value: false,
  627. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:08,629| Exiting method saveGlobalProperty
  628. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:08,717| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingrest.started value: true,
  629. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:08,720| Exiting method saveGlobalProperty
  630. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:08,724| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingrest.mandatory value: false,
  631. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:08,727| Exiting method saveGlobalProperty
  632. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:08,816| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: idgen.started value: true,
  633. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:08,821| Exiting method saveGlobalProperty
  634. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:08,826| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: idgen.mandatory value: false,
  635. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:08,829| Exiting method saveGlobalProperty
  636. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:14,053| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencemetadata.started value: true,
  637. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:14,055| Exiting method saveGlobalProperty
  638. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:14,061| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencemetadata.mandatory value: false,
  639. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:14,063| Exiting method saveGlobalProperty
  640. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:14,084| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencedemodata.started value: true,
  641. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:14,086| Exiting method saveGlobalProperty
  642. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:14,091| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencedemodata.mandatory value: false,
  643. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:14,093| Exiting method saveGlobalProperty
  644. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:19,303| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.started value: true,
  645. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:19,308| Exiting method saveGlobalProperty
  646. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:19,314| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.mandatory value: false,
  647. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:19,318| Exiting method saveGlobalProperty
  648. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:19,365| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.patientNameSearch value: registrationcore.BasicPatientNameSearch,
  649. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:19,460| Exiting method saveGlobalProperty
  650. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:24,670| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appframework.started value: true,
  651. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:24,675| Exiting method saveGlobalProperty
  652. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:24,680| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appframework.mandatory value: false,
  653. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:24,683| Exiting method saveGlobalProperty
  654. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:24,711| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: formentryapp.started value: true,
  655. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:24,716| Exiting method saveGlobalProperty
  656. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:24,719| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: formentryapp.mandatory value: false,
  657. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:24,722| Exiting method saveGlobalProperty
  658. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:29,867| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: allergyui.started value: true,
  659. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:29,870| Exiting method saveGlobalProperty
  660. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:29,877| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: allergyui.mandatory value: false,
  661. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:29,879| Exiting method saveGlobalProperty
  662. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:29,906| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appui.started value: true,
  663. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:29,908| Exiting method saveGlobalProperty
  664. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:29,912| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appui.mandatory value: false,
  665. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:29,914| Exiting method saveGlobalProperty
  666. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:29,931| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: adminui.started value: true,
  667. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:29,934| Exiting method saveGlobalProperty
  668. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:29,942| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: adminui.mandatory value: false,
  669. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:29,944| Exiting method saveGlobalProperty
  670. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:35,196| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: coreapps.started value: true,
  671. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:35,198| Exiting method saveGlobalProperty
  672. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:35,202| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: coreapps.mandatory value: false,
  673. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:35,203| Exiting method saveGlobalProperty
  674. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:35,318| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationapp.started value: true,
  675. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:35,321| Exiting method saveGlobalProperty
  676. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:35,326| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationapp.mandatory value: false,
  677. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:35,329| Exiting method saveGlobalProperty
  678. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:35,410| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingui.started value: true,
  679. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:35,413| Exiting method saveGlobalProperty
  680. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:35,420| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingui.mandatory value: false,
  681. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:35,423| Exiting method saveGlobalProperty
  682. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:35,537| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentschedulingui.started value: true,
  683. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:35,539| Exiting method saveGlobalProperty
  684. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:35,543| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentschedulingui.mandatory value: false,
  685. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:35,545| Exiting method saveGlobalProperty
  686. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:35,651| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentryui.started value: true,
  687. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:35,654| Exiting method saveGlobalProperty
  688. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:35,658| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentryui.mandatory value: false,
  689. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:35,661| Exiting method saveGlobalProperty
  690. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:41,839| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: chartsearch.started value: true,
  691. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:41,841| Exiting method saveGlobalProperty
  692. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:41,848| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: chartsearch.mandatory value: false,
  693. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:41,852| Exiting method saveGlobalProperty
  694. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:47,169| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referenceapplication.started value: true,
  695. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:47,171| Exiting method saveGlobalProperty
  696. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:47,177| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referenceapplication.mandatory value: false,
  697. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:47,181| Exiting method saveGlobalProperty
  698. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:12:53,647| In method SchedulerService.saveToMemento. Arguments:
  699. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:12:53,658| Exiting method saveToMemento
  700. INFO - EhCacheManagerFactoryBean.destroy(181) |2018-12-18 13:12:53,729| Shutting down EhCache CacheManager
  701. INFO - ServiceContext.startRefreshingContext(808) |2018-12-18 13:12:53,731| Refreshing Context
  702. INFO - EhCacheManagerFactoryBean.afterPropertiesSet(129) |2018-12-18 13:13:17,001| Initializing EhCache CacheManager
  703. WARN - IdgenTask.run(32) |2018-12-18 13:13:46,037| Not running scheduled task. DaemonToken = null; enabled = false
  704. WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2018-12-18 13:14:00,956| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
  705. WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2018-12-18 13:14:04,914| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
  706. INFO - ServiceContext.doneRefreshingContext(819) |2018-12-18 13:14:04,927| Done refreshing Context
  707. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,330| In method UserService.saveRole. Arguments: Role=Privilege Level: Full,
  708. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,335| Exiting method saveRole
  709. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,425| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: visits.assignmentHandler value: org.openmrs.module.emrapi.adt.EmrApiVisitAssignmentHandler,
  710. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,426| Exiting method saveGlobalProperty
  711. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,476| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencemetadata.installedVersion value: 12,
  712. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,480| Exiting method saveGlobalProperty
  713. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,491| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.systemAdministration,
  714. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,492| Exiting method savePrivilege
  715. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,497| In method UserService.savePrivilege. Arguments: Privilege=App: referenceapplication.legacyAdmin,
  716. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,497| Exiting method savePrivilege
  717. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,501| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.activeVisits,
  718. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,502| Exiting method savePrivilege
  719. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,508| In method UserService.savePrivilege. Arguments: Privilege=App: atlas.manage,
  720. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,509| Exiting method savePrivilege
  721. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,513| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.configuremetadata,
  722. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,514| Exiting method savePrivilege
  723. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,518| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.findPatient,
  724. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,519| Exiting method savePrivilege
  725. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,525| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.patientDashboard,
  726. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,526| Exiting method savePrivilege
  727. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,530| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.patientVisits,
  728. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,532| Exiting method savePrivilege
  729. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,538| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.systemAdministration,
  730. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,539| Exiting method savePrivilege
  731. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,545| In method UserService.savePrivilege. Arguments: Privilege=App: formentryapp.forms,
  732. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,545| Exiting method savePrivilege
  733. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,550| In method UserService.savePrivilege. Arguments: Privilege=App: referenceapplication.vitals,
  734. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,551| Exiting method savePrivilege
  735. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,556| In method UserService.savePrivilege. Arguments: Privilege=App: registrationapp.registerPatient,
  736. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,557| Exiting method savePrivilege
  737. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,561| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.createRetrospectiveVisit,
  738. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,562| Exiting method savePrivilege
  739. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,567| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.createVisit,
  740. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,568| Exiting method savePrivilege
  741. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,572| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.endVisit,
  742. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,573| Exiting method savePrivilege
  743. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,577| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.mergeVisits,
  744. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,577| Exiting method savePrivilege
  745. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,581| In method UserService.savePrivilege. Arguments: Privilege=Task: referenceapplication.simpleAdmission,
  746. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,581| Exiting method savePrivilege
  747. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,585| In method UserService.savePrivilege. Arguments: Privilege=Task: referenceapplication.simpleDischarge,
  748. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,585| Exiting method savePrivilege
  749. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,591| In method UserService.savePrivilege. Arguments: Privilege=Task: referenceapplication.simpleTransfer,
  750. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,591| Exiting method savePrivilege
  751. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,598| In method UserService.savePrivilege. Arguments: Privilege=Task: referenceapplication.simpleVisitNote,
  752. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,598| Exiting method savePrivilege
  753. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,602| In method UserService.savePrivilege. Arguments: Privilege=Task: referenceapplication.vitals,
  754. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,602| Exiting method savePrivilege
  755. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,608| In method UserService.savePrivilege. Arguments: Privilege=Task: Modify Allergies,
  756. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,609| Exiting method savePrivilege
  757. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,612| In method UserService.savePrivilege. Arguments: Privilege=Task: emr.patient.encounter.delete,
  758. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,613| Exiting method savePrivilege
  759. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,616| In method UserService.savePrivilege. Arguments: Privilege=Task: emr.patient.encounter.edit,
  760. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,616| Exiting method savePrivilege
  761. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,658| In method UserService.saveRole. Arguments: Role=Application: Administers System,
  762. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,659| Exiting method saveRole
  763. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,683| In method UserService.saveRole. Arguments: Role=Application: Configures Metadata,
  764. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,683| Exiting method saveRole
  765. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,714| In method UserService.saveRole. Arguments: Role=Application: Configures Forms,
  766. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,714| Exiting method saveRole
  767. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,748| In method UserService.saveRole. Arguments: Role=Application: Manages Atlas,
  768. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,749| Exiting method saveRole
  769. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,785| In method UserService.saveRole. Arguments: Role=Application: Registers Patients,
  770. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,786| Exiting method saveRole
  771. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,818| In method UserService.saveRole. Arguments: Role=Application: Enters Vitals,
  772. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,819| Exiting method saveRole
  773. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,846| In method UserService.saveRole. Arguments: Role=Application: Uses Capture Vitals App,
  774. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,847| Exiting method saveRole
  775. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,883| In method UserService.saveRole. Arguments: Role=Application: Uses Patient Summary,
  776. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,883| Exiting method saveRole
  777. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,919| In method UserService.saveRole. Arguments: Role=Application: Writes Clinical Notes,
  778. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,919| Exiting method saveRole
  779. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:20,974| In method UserService.saveRole. Arguments: Role=Application: Enters ADT Events,
  780. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:20,975| Exiting method saveRole
  781. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,000| In method UserService.saveRole. Arguments: Role=Application: Records Allergies,
  782. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,000| Exiting method saveRole
  783. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,009| In method UserService.saveRole. Arguments: Role=Application: Has Super User Privileges,
  784. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,010| Exiting method saveRole
  785. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,033| In method UserService.saveRole. Arguments: Role=Application: Sees Appointment Schedule,
  786. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,033| Exiting method saveRole
  787. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,044| In method UserService.saveRole. Arguments: Role=Application: Edits Existing Encounters,
  788. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,045| Exiting method saveRole
  789. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,066| In method UserService.saveRole. Arguments: Role=Application: Requests Appointments,
  790. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,066| Exiting method saveRole
  791. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,093| In method UserService.saveRole. Arguments: Role=Application: Schedules Appointments,
  792. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,093| Exiting method saveRole
  793. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,119| In method UserService.saveRole. Arguments: Role=Application: Schedules And Overbooks Appointments,
  794. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,119| Exiting method saveRole
  795. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,148| In method UserService.saveRole. Arguments: Role=Application: Manages Provider Schedules,
  796. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,149| Exiting method saveRole
  797. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,166| In method UserService.saveRole. Arguments: Role=Application: Configures Appointment Scheduling,
  798. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,167| Exiting method saveRole
  799. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,193| In method UserService.saveRole. Arguments: Role=Organizational: Doctor,
  800. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,193| Exiting method saveRole
  801. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,221| In method UserService.saveRole. Arguments: Role=Organizational: Nurse,
  802. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,222| Exiting method saveRole
  803. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,240| In method UserService.saveRole. Arguments: Role=Organizational: Registration Clerk,
  804. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,240| Exiting method saveRole
  805. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,268| In method UserService.saveRole. Arguments: Role=Organizational: System Administrator,
  806. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,268| Exiting method saveRole
  807. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,289| In method UserService.saveRole. Arguments: Role=Organizational: Hospital Administrator,
  808. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,289| Exiting method saveRole
  809. INFO - SerializationServiceImpl.getDefaultSerializer(71) |2018-12-18 13:14:21,385| No default serializer specified - using builtin SimpleXStreamSerializer.
  810. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,551| In method UserService.saveRole. Arguments: Role=Application: Administers System,
  811. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,585| Exiting method saveRole
  812. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,599| In method UserService.saveRole. Arguments: Role=Application: Configures Appointment Scheduling,
  813. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,609| Exiting method saveRole
  814. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,621| In method UserService.saveRole. Arguments: Role=Application: Configures Forms,
  815. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,633| Exiting method saveRole
  816. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,646| In method UserService.saveRole. Arguments: Role=Application: Configures Metadata,
  817. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,656| Exiting method saveRole
  818. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,670| In method UserService.saveRole. Arguments: Role=Application: Edits Existing Encounters,
  819. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,684| Exiting method saveRole
  820. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,700| In method UserService.saveRole. Arguments: Role=Application: Enters ADT Events,
  821. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,715| Exiting method saveRole
  822. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,730| In method UserService.saveRole. Arguments: Role=Application: Enters Vitals,
  823. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,743| Exiting method saveRole
  824. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,754| In method UserService.saveRole. Arguments: Role=Application: Has Super User Privileges,
  825. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,770| Exiting method saveRole
  826. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,791| In method UserService.saveRole. Arguments: Role=Application: Manages Atlas,
  827. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,802| Exiting method saveRole
  828. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,816| In method UserService.saveRole. Arguments: Role=Application: Manages Provider Schedules,
  829. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,831| Exiting method saveRole
  830. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,850| In method UserService.saveRole. Arguments: Role=Application: Records Allergies,
  831. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,864| Exiting method saveRole
  832. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,879| In method UserService.saveRole. Arguments: Role=Application: Registers Patients,
  833. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,895| Exiting method saveRole
  834. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,911| In method UserService.saveRole. Arguments: Role=Application: Requests Appointments,
  835. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,930| Exiting method saveRole
  836. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,941| In method UserService.saveRole. Arguments: Role=Application: Schedules And Overbooks Appointments,
  837. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,949| Exiting method saveRole
  838. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,963| In method UserService.saveRole. Arguments: Role=Application: Schedules Appointments,
  839. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:21,971| Exiting method saveRole
  840. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:21,992| In method UserService.saveRole. Arguments: Role=Application: Sees Appointment Schedule,
  841. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:22,001| Exiting method saveRole
  842. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:22,019| In method UserService.saveRole. Arguments: Role=Application: Uses Capture Vitals App,
  843. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:22,029| Exiting method saveRole
  844. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:22,042| In method UserService.saveRole. Arguments: Role=Application: Uses Patient Summary,
  845. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:22,050| Exiting method saveRole
  846. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:22,067| In method UserService.saveRole. Arguments: Role=Application: Writes Clinical Notes,
  847. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:22,077| Exiting method saveRole
  848. INFO - SerializationServiceImpl.getDefaultSerializer(71) |2018-12-18 13:14:22,081| No default serializer specified - using builtin SimpleXStreamSerializer.
  849. WARN - ModuleUtil.refreshApplicationContext(941) |2018-12-18 13:14:22,097| Unable to invoke started() method on the module's activator
  850. java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
  851. at java.util.ArrayList.rangeCheck(ArrayList.java:657)
  852. at java.util.ArrayList.get(ArrayList.java:433)
  853. at org.openmrs.module.referencedemodata.ReferenceDemoDataActivator.linkAdminAccountToAProviderIfNecessary(ReferenceDemoDataActivator.java:135)
  854. at org.openmrs.module.referencedemodata.ReferenceDemoDataActivator.started(ReferenceDemoDataActivator.java:107)
  855. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:933)
  856. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  857. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:656)
  858. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:635)
  859. at org.openmrs.web.Listener.startOpenmrs(Listener.java:266)
  860. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  861. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:22,856| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.identifierSourceId value: 1,
  862. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:22,857| Exiting method saveGlobalProperty
  863. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:23,074| In method DefinitionService.saveDefinition. Arguments: Definition=appointmentschedulingui.appointmentDataSetDefinition.dailyAppointments,
  864. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:23,080| In method SerializedDefinitionService.saveDefinition. Arguments: Definition=appointmentschedulingui.appointmentDataSetDefinition.dailyAppointments,
  865. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:23,116| Exiting method saveDefinition
  866. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:23,116| Exiting method saveDefinition
  867. WARN - RequestHandlers.initHandlersFromConfig(163) |2018-12-18 13:14:26,057| Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
  868. WARN - ManagedResource.reloadFromStorage(182) |2018-12-18 13:14:26,406| No stored data found for /rest/managed
  869. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:26,762| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.patientNameSearch value: registrationcore.ExistingPatientNameSearch,
  870. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:26,779| Exiting method saveGlobalProperty
  871. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:26,843| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: emr.concept.diagnosisSetOfSets value: 160167AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,
  872. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:26,858| Exiting method saveGlobalProperty
  873. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:26,870| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: namephonetics.givenNameStringEncoder value: Soundex,
  874. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:26,875| Exiting method saveGlobalProperty
  875. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:26,880| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: namephonetics.middleNameStringEncoder value: Soundex,
  876. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:26,889| Exiting method saveGlobalProperty
  877. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:26,895| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: namephonetics.familyNameStringEncoder value: Soundex,
  878. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:26,902| Exiting method saveGlobalProperty
  879. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:26,909| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: namephonetics.familyName2StringEncoder value: Soundex,
  880. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:26,915| Exiting method saveGlobalProperty
  881. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:26,919| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.patientNameSearch value: registrationcore.BasicPatientNameSearch,
  882. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:26,929| Exiting method saveGlobalProperty
  883. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:26,934| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.fastSimilarPatientSearchAlgorithm value: registrationcore.BasicSimilarPatientSearchAlgorithm,
  884. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:26,939| Exiting method saveGlobalProperty
  885. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:26,945| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.preciseSimilarPatientSearchAlgorithm value: registrationcore.BasicExactPatientSearchAlgorithm,
  886. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:26,953| Exiting method saveGlobalProperty
  887. INFO - LoggingAdvice.invoke(115) |2018-12-18 13:14:26,961| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: conceptmanagementapps.snomedCtConceptSource value: 1ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,
  888. INFO - LoggingAdvice.invoke(155) |2018-12-18 13:14:26,966| Exiting method saveGlobalProperty
  889. ERROR - CommonsLoggingOutput.error(75) |2018-12-18 13:14:29,706| Line=393 The content of element type "dwr" must match "(init?,allow?,signatures?)".
  890. ERROR - CommonsLoggingOutput.error(75) |2018-12-18 13:14:29,714| Parameter mismatch parsing signatures section in dwr.xml on line: DWRAtlasService.disableAtlasModule()
  891. ERROR - CommonsLoggingOutput.error(75) |2018-12-18 13:14:29,721| Parameter mismatch parsing signatures section in dwr.xml on line: DWRHtmlFormEntryService.checkIfLoggedIn()
  892. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2085) |2018-12-18 13:14:29,764| Unable to find a runtime properties file at /Library/Tomcat/bin/openmrs-runtime.properties
  893. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2085) |2018-12-18 13:14:30,049| Unable to find a runtime properties file at /Library/Tomcat/bin/openmrs-runtime.properties
Add Comment
Please, Sign In to add comment