Advertisement
Guest User

Untitled

a guest
Jun 12th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 116.60 KB | None | 0 0
  1. 12-Jun-2018 23:39:39.727 INFO [main] org.apache.catalina.core.StandardServer.await A valid shutdown command was received via the shutdown port. Stopping the Server instance.
  2. 12-Jun-2018 23:39:39.728 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-8080"]
  3. OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  4. 12-Jun-2018 23:39:39.779 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"]
  5. 12-Jun-2018 23:39:39.830 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Catalina]
  6. WARN - Module.expandExtensionNames(546) |2018-06-12 23:39:40,020| owa: Unable to find class definition for extension: org.openmrs.admin.list
  7. java.lang.NoClassDefFoundError: org/openmrs/module/web/extension/AdministrationSectionExt
  8. at java.lang.ClassLoader.defineClass1(Native Method)
  9. at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
  10. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  11. at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
  12. at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
  13. at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
  14. at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
  15. at java.security.AccessController.doPrivileged(Native Method)
  16. at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
  17. at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:637)
  18. at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:556)
  19. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  20. at org.openmrs.module.Module.expandExtensionNames(Module.java:538)
  21. at org.openmrs.module.Module.getExtensions(Module.java:490)
  22. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1167)
  23. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
  24. at org.openmrs.api.context.Context.shutdown(Context.java:900)
  25. at org.openmrs.web.Listener.contextDestroyed(Listener.java:558)
  26. at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:4792)
  27. at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5429)
  28. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:226)
  29. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1435)
  30. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1424)
  31. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  32. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  33. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  34. at java.lang.Thread.run(Thread.java:748)
  35. Caused by: java.lang.ClassNotFoundException: org.openmrs.module.web.extension.AdministrationSectionExt
  36. at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1285)
  37. at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1119)
  38. at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:563)
  39. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  40. ... 27 more
  41. WARN - Module.expandExtensionNames(546) |2018-06-12 23:39:40,033| owa: Unable to find class definition for extension: org.openmrs.admin.list
  42. java.lang.NoClassDefFoundError: org/openmrs/module/web/extension/AdministrationSectionExt
  43. at java.lang.ClassLoader.defineClass1(Native Method)
  44. at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
  45. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  46. at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
  47. at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
  48. at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
  49. at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
  50. at java.security.AccessController.doPrivileged(Native Method)
  51. at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
  52. at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:637)
  53. at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:556)
  54. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  55. at org.openmrs.module.Module.expandExtensionNames(Module.java:538)
  56. at org.openmrs.module.Module.getExtensions(Module.java:490)
  57. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1215)
  58. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
  59. at org.openmrs.api.context.Context.shutdown(Context.java:900)
  60. at org.openmrs.web.Listener.contextDestroyed(Listener.java:558)
  61. at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:4792)
  62. at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5429)
  63. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:226)
  64. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1435)
  65. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1424)
  66. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  67. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  68. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  69. at java.lang.Thread.run(Thread.java:748)
  70. Caused by: java.lang.ClassNotFoundException: org.openmrs.module.web.extension.AdministrationSectionExt
  71. at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1285)
  72. at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1119)
  73. at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:563)
  74. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  75. ... 27 more
  76. WARN - Module.expandExtensionNames(546) |2018-06-12 23:39:40,105| webservices.rest: Unable to find class definition for extension: org.openmrs.admin.list
  77. java.lang.NoClassDefFoundError: org/openmrs/module/web/extension/AdministrationSectionExt
  78. at java.lang.ClassLoader.defineClass1(Native Method)
  79. at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
  80. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  81. at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
  82. at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
  83. at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
  84. at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
  85. at java.security.AccessController.doPrivileged(Native Method)
  86. at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
  87. at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:637)
  88. at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:556)
  89. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  90. at org.openmrs.module.Module.expandExtensionNames(Module.java:538)
  91. at org.openmrs.module.Module.getExtensions(Module.java:490)
  92. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1167)
  93. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
  94. at org.openmrs.api.context.Context.shutdown(Context.java:900)
  95. at org.openmrs.web.Listener.contextDestroyed(Listener.java:558)
  96. at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:4792)
  97. at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5429)
  98. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:226)
  99. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1435)
  100. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1424)
  101. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  102. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  103. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  104. at java.lang.Thread.run(Thread.java:748)
  105. Caused by: java.lang.ClassNotFoundException: org.openmrs.module.web.extension.AdministrationSectionExt
  106. at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1285)
  107. at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1119)
  108. at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:563)
  109. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  110. ... 27 more
  111. WARN - Module.expandExtensionNames(546) |2018-06-12 23:39:40,110| webservices.rest: Unable to find class definition for extension: org.openmrs.admin.list
  112. java.lang.NoClassDefFoundError: org/openmrs/module/web/extension/AdministrationSectionExt
  113. at java.lang.ClassLoader.defineClass1(Native Method)
  114. at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
  115. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  116. at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
  117. at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
  118. at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
  119. at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
  120. at java.security.AccessController.doPrivileged(Native Method)
  121. at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
  122. at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:637)
  123. at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:556)
  124. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  125. at org.openmrs.module.Module.expandExtensionNames(Module.java:538)
  126. at org.openmrs.module.Module.getExtensions(Module.java:490)
  127. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1215)
  128. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
  129. at org.openmrs.api.context.Context.shutdown(Context.java:900)
  130. at org.openmrs.web.Listener.contextDestroyed(Listener.java:558)
  131. at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:4792)
  132. at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5429)
  133. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:226)
  134. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1435)
  135. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1424)
  136. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  137. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  138. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  139. at java.lang.Thread.run(Thread.java:748)
  140. Caused by: java.lang.ClassNotFoundException: org.openmrs.module.web.extension.AdministrationSectionExt
  141. at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1285)
  142. at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1119)
  143. at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:563)
  144. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  145. ... 27 more
  146. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,117| QUERY: from CHITSConfig
  147. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,118| Cache Hit Count : 0
  148. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,118| Cache Miss Count: 0
  149. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,118| Cache Put Count : 0
  150. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,119| Execution Count : 4
  151. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,119| Average time : 3
  152. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,120| Row Count : 4
  153. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,120| QUERY: [CRITERIA] select this_.patient_program_id as patient_1_103_0_, this_.uuid as uuid2_103_0_, this_.date_enrolled as date_enr3_103_0_, this_.date_completed as date_com4_103_0_, this_.date_created as date_cre5_103_0_, this_.voided as voided6_103_0_, this_.date_voided as date_voi7_103_0_, this_.void_reason as void_rea8_103_0_, this_.voided_by as voided_b9_103_0_, this_.date_changed as date_ch10_103_0_, this_.outcome_concept_id as outcome11_103_0_, this_.program_id as program12_103_0_, this_.patient_id as patient13_103_0_, this_.creator as creator14_103_0_, this_.changed_by as changed15_103_0_, this_.location_id as locatio16_103_0_ from patient_program this_ where this_.patient_id=? and this_.voided=?
  154. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,120| Cache Hit Count : 0
  155. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,121| Cache Miss Count: 0
  156. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,121| Cache Put Count : 0
  157. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,122| Execution Count : 2
  158. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,123| Average time : 0
  159. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,124| Row Count : 0
  160. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,125| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 5 AND patient_id = 3 AND entered_queue IS NOT NULL AND consult_start IS NULL AND consult_end IS NULL && exited_queue IS NULL
  161. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,126| Cache Hit Count : 0
  162. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,126| Cache Miss Count: 0
  163. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,126| Cache Put Count : 0
  164. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,127| Execution Count : 2
  165. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,128| Average time : 0
  166. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,128| Row Count : 2
  167. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,128| QUERY: SELECT DISTINCT f FROM FamilyFolder f JOIN f.patients p WHERE p.patientId = :patientId AND f.voided = false
  168. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,129| Cache Hit Count : 0
  169. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,129| Cache Miss Count: 0
  170. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,129| Cache Put Count : 0
  171. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,130| Execution Count : 6
  172. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,130| Average time : 115
  173. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,130| Row Count : 6
  174. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,131| QUERY: from User u order by u.userId
  175. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,131| Cache Hit Count : 0
  176. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,131| Cache Miss Count: 0
  177. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,132| Cache Put Count : 0
  178. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,133| Execution Count : 3
  179. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,133| Average time : 13
  180. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,133| Row Count : 6
  181. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,134| QUERY: from InternalExamination WHERE patient=3 AND dateVoided IS NULL
  182. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,134| Cache Hit Count : 0
  183. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,134| Cache Miss Count: 0
  184. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,134| Cache Put Count : 0
  185. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,135| Execution Count : 2
  186. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,135| Average time : 0
  187. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,135| Row Count : 0
  188. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,135| QUERY: from HealthCenter
  189. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,136| Cache Hit Count : 0
  190. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,136| Cache Miss Count: 0
  191. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,136| Cache Put Count : 0
  192. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,136| Execution Count : 3
  193. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,137| Average time : 7
  194. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,137| Row Count : 519
  195. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,137| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 13 AND patient_id = 3 AND entered_queue IS NOT NULL AND consult_start IS NULL AND consult_end IS NULL && exited_queue IS NULL
  196. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,137| Cache Hit Count : 0
  197. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,138| Cache Miss Count: 0
  198. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,138| Cache Put Count : 0
  199. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,138| Execution Count : 2
  200. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,138| Average time : 1
  201. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,139| Row Count : 2
  202. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,139| QUERY: [CRITERIA] select this_.patient_id as person_i1_105_1_, this_1_.uuid as uuid2_105_1_, this_1_.gender as gender3_105_1_, this_1_.birthdate as birthdat4_105_1_, this_1_.birthdate_estimated as birthdat5_105_1_, this_1_.birthtime as birthtim6_105_1_, this_1_.dead as dead7_105_1_, this_1_.death_date as death_da8_105_1_, this_1_.deathdate_estimated as deathdat9_105_1_, this_1_.cause_of_death as cause_o10_105_1_, this_1_.creator as creator11_105_1_, this_1_.date_created as date_cr12_105_1_, this_1_.changed_by as changed13_105_1_, this_1_.date_changed as date_ch14_105_1_, this_1_.voided as voided15_105_1_, this_1_.voided_by as voided_16_105_1_, this_1_.date_voided as date_vo17_105_1_, this_1_.void_reason as void_re18_105_1_, this_.patient_id as patient_1_100_1_, this_.creator as creator2_100_1_, this_.date_created as date_cre3_100_1_, this_.changed_by as changed_4_100_1_, this_.date_changed as date_cha5_100_1_, this_.voided as voided6_100_1_, this_.voided_by as voided_b7_100_1_, this_.date_voided as date_voi8_100_1_, this_.void_reason as void_rea9_100_1_, this_.allergy_status as allergy10_100_1_, case when exists (select * from patient p where p.patient_id = this_1_.person_id) then 1 else 0 end as formula1_1_, name1_.person_name_id as person_n1_110_0_, name1_.uuid as uuid2_110_0_, name1_.preferred as preferre3_110_0_, name1_.person_id as person_i4_110_0_, name1_.prefix as prefix5_110_0_, name1_.given_name as given_na6_110_0_, name1_.middle_name as middle_n7_110_0_, name1_.family_name_prefix as family_n8_110_0_, name1_.family_name as family_n9_110_0_, name1_.family_name2 as family_10_110_0_, name1_.family_name_suffix as family_11_110_0_, name1_.degree as degree12_110_0_, name1_.creator as creator13_110_0_, name1_.date_created as date_cr14_110_0_, name1_.changed_by as changed15_110_0_, name1_.date_changed as date_ch16_110_0_, name1_.voided_by as voided_17_110_0_, name1_.date_voided as date_vo18_110_0_, name1_.void_reason as void_re19_110_0_, name1_.voided as voided20_110_0_ from patient this_ inner join person this_1_ on this_.patient_id=this_1_.person_id inner join person_name name1_ on this_.patient_id=name1_.person_id where ((name1_.voided=? and (((name1_.given_name is not null and name1_.given_name like ?) or (name1_.middle_name is not null and name1_.middle_name like ?) or (name1_.family_name is not null and name1_.family_name like ?) or (name1_.family_name2 is not null and name1_.family_name2 like ?)) and (name1_.given_name is null or name1_.given_name<>?) and (name1_.middle_name is null or name1_.middle_name<>?) and (name1_.family_name is null or name1_.family_name<>?) and (name1_.family_name2 is null or name1_.family_name2<>?)))) and this_.voided=? order by name1_.given_name asc, name1_.middle_name asc, name1_.family_name asc
  203. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,139| Cache Hit Count : 0
  204. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,140| Cache Miss Count: 0
  205. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,140| Cache Put Count : 0
  206. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,140| Execution Count : 4
  207. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,140| Average time : 12
  208. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,141| Row Count : 4
  209. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,141| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 12 AND patient_id = 3 AND consult_end IS NOT NULL AND exited_queue IS NULL
  210. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,141| Cache Hit Count : 0
  211. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,141| Cache Miss Count: 0
  212. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,142| Cache Put Count : 0
  213. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,142| Execution Count : 2
  214. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,142| Average time : 1
  215. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,142| Row Count : 2
  216. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,142| QUERY: [CRITERIA] select count(*) as y0_ from patient this_ inner join person this_1_ on this_.patient_id=this_1_.person_id inner join person_name name1_ on this_.patient_id=name1_.person_id left outer join person_attribute attribute2_ on this_.patient_id=attribute2_.person_id left outer join person_attribute_type attributet3_ on attribute2_.person_attribute_type_id=attributet3_.person_attribute_type_id left outer join patient_identifier ids4_ on this_.patient_id=ids4_.patient_id where (((name1_.voided=? and ((name1_.given_name is not null and lower(name1_.given_name)=?) or (name1_.middle_name is not null and lower(name1_.middle_name)=?) or (name1_.family_name is not null and lower(name1_.family_name)=?) or (name1_.family_name2 is not null and lower(name1_.family_name2)=?)))) or ((attributet3_.searchable=? and attribute2_.voided=? and lower(attribute2_.value) like ?)) or (ids4_.voided=? and lower(ids4_.identifier) like ?)) and this_.voided=?
  217. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,143| Cache Hit Count : 0
  218. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,143| Cache Miss Count: 0
  219. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,143| Cache Put Count : 0
  220. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,144| Execution Count : 4
  221. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,144| Average time : 7
  222. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,144| Row Count : 4
  223. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,144| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 10 AND patient_id = 3 AND consult_end IS NOT NULL AND exited_queue IS NULL
  224. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,145| Cache Hit Count : 0
  225. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,145| Cache Miss Count: 0
  226. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,145| Cache Put Count : 0
  227. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,145| Execution Count : 2
  228. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,146| Average time : 1
  229. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,146| Row Count : 2
  230. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,146| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 9 AND patient_id = 3 AND entered_queue IS NOT NULL AND consult_start IS NULL AND consult_end IS NULL && exited_queue IS NULL
  231. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,147| Cache Hit Count : 0
  232. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,147| Cache Miss Count: 0
  233. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,147| Cache Put Count : 0
  234. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,147| Execution Count : 2
  235. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,148| Average time : 0
  236. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,148| Row Count : 2
  237. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,148| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 1 AND patient_id = 3 AND entered_queue IS NOT NULL AND consult_start IS NULL AND consult_end IS NULL && exited_queue IS NULL
  238. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,149| Cache Hit Count : 0
  239. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,149| Cache Miss Count: 0
  240. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,149| Cache Put Count : 0
  241. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,149| Execution Count : 2
  242. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,150| Average time : 0
  243. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,150| Row Count : 2
  244. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,150| QUERY: [CRITERIA] select count(*) as y0_ from patient this_ inner join person this_1_ on this_.patient_id=this_1_.person_id inner join person_name name1_ on this_.patient_id=name1_.person_id where (((name1_.voided=? and (name1_.given_name like ? or name1_.middle_name like ? or name1_.family_name like ? or name1_.family_name2 like ?))) and not (((name1_.voided=? and ((name1_.given_name is not null and lower(name1_.given_name)=?) or (name1_.middle_name is not null and lower(name1_.middle_name)=?) or (name1_.family_name is not null and lower(name1_.family_name)=?) or (name1_.family_name2 is not null and lower(name1_.family_name2)=?))))) and not (((name1_.voided=? and (((name1_.given_name is not null and name1_.given_name like ?) or (name1_.middle_name is not null and name1_.middle_name like ?) or (name1_.family_name is not null and name1_.family_name like ?) or (name1_.family_name2 is not null and name1_.family_name2 like ?)) and (name1_.given_name is null or name1_.given_name<>?) and (name1_.middle_name is null or name1_.middle_name<>?) and (name1_.family_name is null or name1_.family_name<>?) and (name1_.family_name2 is null or name1_.family_name2<>?)))))) and this_.voided=?
  245. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,150| Cache Hit Count : 0
  246. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,150| Cache Miss Count: 0
  247. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,151| Cache Put Count : 0
  248. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,151| Execution Count : 4
  249. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,151| Average time : 1
  250. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,151| Row Count : 4
  251. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,151| QUERY: [CRITERIA] select this_.patient_queue_id as patient_1_33_0_, this_.notes_number as notes_nu2_33_0_, this_.entered_queue as entered_3_33_0_, this_.consult_start as consult_4_33_0_, this_.consult_end as consult_5_33_0_, this_.exited_queue as exited_q6_33_0_, this_.emergent as emergent7_33_0_, this_.patient_id as patient_8_33_0_, this_.encounter_id as encounte9_33_0_, this_.program_id as program10_33_0_ from chits_patient_queue this_ where this_.exited_queue is null and this_.patient_id=?
  252. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,152| Cache Hit Count : 0
  253. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,152| Cache Miss Count: 0
  254. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,152| Cache Put Count : 0
  255. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,152| Execution Count : 2
  256. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,152| Average time : 3
  257. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,153| Row Count : 2
  258. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,153| QUERY: [CRITERIA] select this_.patient_queue_id as patient_1_33_0_, this_.notes_number as notes_nu2_33_0_, this_.entered_queue as entered_3_33_0_, this_.consult_start as consult_4_33_0_, this_.consult_end as consult_5_33_0_, this_.exited_queue as exited_q6_33_0_, this_.emergent as emergent7_33_0_, this_.patient_id as patient_8_33_0_, this_.encounter_id as encounte9_33_0_, this_.program_id as program10_33_0_ from chits_patient_queue this_ where this_.patient_id=?
  259. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,153| Cache Hit Count : 0
  260. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,153| Cache Miss Count: 0
  261. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,153| Cache Put Count : 0
  262. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,154| Execution Count : 2
  263. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,154| Average time : 0
  264. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,154| Row Count : 2
  265. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,154| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 11 AND patient_id = 3 AND consult_end IS NOT NULL AND exited_queue IS NULL
  266. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,154| Cache Hit Count : 0
  267. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,154| Cache Miss Count: 0
  268. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,155| Cache Put Count : 0
  269. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,155| Execution Count : 2
  270. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,155| Average time : 0
  271. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,155| Row Count : 2
  272. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,155| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 16 AND patient_id = 3 AND entered_queue IS NOT NULL AND consult_start IS NULL AND consult_end IS NULL && exited_queue IS NULL
  273. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,156| Cache Hit Count : 0
  274. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,156| Cache Miss Count: 0
  275. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,156| Cache Put Count : 0
  276. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,156| Execution Count : 2
  277. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,157| Average time : 0
  278. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,157| Row Count : 2
  279. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,157| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 3 AND patient_id = 3 AND consult_end IS NOT NULL AND exited_queue IS NULL
  280. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,158| Cache Hit Count : 0
  281. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,158| Cache Miss Count: 0
  282. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,158| Cache Put Count : 0
  283. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,158| Execution Count : 2
  284. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,159| Average time : 0
  285. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,159| Row Count : 2
  286. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,159| QUERY: from TetanusVaccination WHERE patient=3 AND dateVoided IS NULL
  287. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,159| Cache Hit Count : 0
  288. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,160| Cache Miss Count: 0
  289. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,160| Cache Put Count : 0
  290. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,160| Execution Count : 2
  291. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,160| Average time : 3
  292. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,160| Row Count : 0
  293. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,161| QUERY: SELECT unique_identifier_code from chits_sh_individual_client_record WHERE patient_id like '3'
  294. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,161| Cache Hit Count : 0
  295. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,161| Cache Miss Count: 0
  296. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,161| Cache Put Count : 0
  297. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,161| Execution Count : 2
  298. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,162| Average time : 4
  299. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,162| Row Count : 0
  300. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,162| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 9 AND patient_id = 3 AND consult_end IS NOT NULL AND exited_queue IS NULL
  301. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,162| Cache Hit Count : 0
  302. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,162| Cache Miss Count: 0
  303. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,162| Cache Put Count : 0
  304. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,163| Execution Count : 2
  305. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,163| Average time : 0
  306. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,163| Row Count : 2
  307. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,163| QUERY: [CRITERIA] select this_.relationship_id as relation1_122_0_, this_.uuid as uuid2_122_0_, this_.start_date as start_da3_122_0_, this_.end_date as end_date4_122_0_, this_.voided as voided5_122_0_, this_.date_voided as date_voi6_122_0_, this_.void_reason as void_rea7_122_0_, this_.date_created as date_cre8_122_0_, this_.person_a as person_a9_122_0_, this_.person_b as person_10_122_0_, this_.relationship as relatio11_122_0_, this_.creator as creator12_122_0_, this_.voided_by as voided_13_122_0_, this_.changed_by as changed14_122_0_, this_.date_changed as date_ch15_122_0_ from relationship this_ where this_.person_b=? and this_.relationship=? and this_.voided=?
  308. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,164| Cache Hit Count : 0
  309. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,164| Cache Miss Count: 0
  310. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,164| Cache Put Count : 0
  311. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,165| Execution Count : 4
  312. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,165| Average time : 1
  313. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,166| Row Count : 0
  314. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,166| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 4 AND patient_id = 3 AND entered_queue IS NOT NULL AND consult_start IS NULL AND consult_end IS NULL && exited_queue IS NULL
  315. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,166| Cache Hit Count : 0
  316. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,166| Cache Miss Count: 0
  317. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,166| Cache Put Count : 0
  318. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,167| Execution Count : 2
  319. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,167| Average time : 0
  320. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,167| Row Count : 2
  321. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,167| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 2 AND patient_id = 3 AND consult_end IS NOT NULL AND exited_queue IS NULL
  322. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,167| Cache Hit Count : 0
  323. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,168| Cache Miss Count: 0
  324. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,168| Cache Put Count : 0
  325. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,168| Execution Count : 2
  326. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,168| Average time : 1
  327. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,168| Row Count : 2
  328. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,168| QUERY: [CRITERIA] select this_.task_config_id as task_con1_127_0_, this_.uuid as uuid2_127_0_, this_.name as name3_127_0_, this_.description as descript4_127_0_, this_.schedulable_class as schedula5_127_0_, this_.repeat_interval as repeat_i6_127_0_, this_.start_time as start_ti7_127_0_, this_.start_time_pattern as start_ti8_127_0_, this_.last_execution_time as last_exe9_127_0_, this_.start_on_startup as start_o10_127_0_, this_.started as started11_127_0_, this_.created_by as created12_127_0_, this_.changed_by as changed13_127_0_, this_.date_created as date_cr14_127_0_, this_.date_changed as date_ch15_127_0_ from scheduler_task_config this_
  329. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,169| Cache Hit Count : 0
  330. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,169| Cache Miss Count: 0
  331. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,169| Cache Put Count : 0
  332. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,169| Execution Count : 2
  333. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,169| Average time : 9
  334. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,170| Row Count : 2
  335. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,170| QUERY: from ObstetricHistoryDetails WHERE patient=3 AND dateVoided IS NULL
  336. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,170| Cache Hit Count : 0
  337. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,170| Cache Miss Count: 0
  338. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,174| Cache Put Count : 0
  339. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,175| Execution Count : 3
  340. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,175| Average time : 0
  341. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,175| Row Count : 0
  342. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,176| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 1 AND patient_id = 3 AND consult_end IS NOT NULL AND exited_queue IS NULL
  343. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,176| Cache Hit Count : 0
  344. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,177| Cache Miss Count: 0
  345. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,183| Cache Put Count : 0
  346. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,183| Execution Count : 2
  347. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,184| Average time : 0
  348. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,184| Row Count : 2
  349. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,184| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 12 AND patient_id = 3 AND entered_queue IS NOT NULL AND consult_start IS NULL AND consult_end IS NULL && exited_queue IS NULL
  350. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,184| Cache Hit Count : 0
  351. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,184| Cache Miss Count: 0
  352. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,185| Cache Put Count : 0
  353. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,185| Execution Count : 2
  354. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,185| Average time : 0
  355. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,185| Row Count : 2
  356. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,185| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 6 AND patient_id = 3 AND consult_start IS NOT NULL AND consult_end IS NULL AND exited_queue IS NULL
  357. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,186| Cache Hit Count : 0
  358. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,186| Cache Miss Count: 0
  359. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,186| Cache Put Count : 0
  360. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,186| Execution Count : 2
  361. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,186| Average time : 0
  362. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,187| Row Count : 2
  363. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,187| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 6 AND patient_id = 3 AND consult_end IS NOT NULL AND exited_queue IS NULL
  364. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,187| Cache Hit Count : 0
  365. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,187| Cache Miss Count: 0
  366. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,188| Cache Put Count : 0
  367. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,188| Execution Count : 2
  368. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,194| Average time : 0
  369. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,195| Row Count : 2
  370. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,195| QUERY: from PostPartumInternalExamination WHERE patient=3 AND dateVoided IS NULL
  371. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,195| Cache Hit Count : 0
  372. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,195| Cache Miss Count: 0
  373. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,196| Cache Put Count : 0
  374. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,196| Execution Count : 2
  375. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,196| Average time : 0
  376. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,196| Row Count : 0
  377. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,196| QUERY: [CRITERIA] select this_.encounter_id as encounte1_69_0_, this_.uuid as uuid2_69_0_, this_.encounter_datetime as encounte3_69_0_, this_.date_created as date_cre4_69_0_, this_.voided as voided5_69_0_, this_.date_voided as date_voi6_69_0_, this_.void_reason as void_rea7_69_0_, this_.date_changed as date_cha8_69_0_, this_.changed_by as changed_9_69_0_, this_.patient_id as patient10_69_0_, this_.location_id as locatio11_69_0_, this_.form_id as form_id12_69_0_, this_.encounter_type as encount13_69_0_, this_.creator as creator14_69_0_, this_.voided_by as voided_15_69_0_, this_.visit_id as visit_i16_69_0_ from encounter this_ where this_.patient_id=? and this_.voided=? order by this_.encounter_datetime asc
  378. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,197| Cache Hit Count : 0
  379. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,197| Cache Miss Count: 0
  380. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,197| Cache Put Count : 0
  381. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,197| Execution Count : 4
  382. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,197| Average time : 0
  383. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,198| Row Count : 4
  384. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,198| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 10 AND patient_id = 3 AND consult_start IS NOT NULL AND consult_end IS NULL AND exited_queue IS NULL
  385. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,198| Cache Hit Count : 0
  386. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,198| Cache Miss Count: 0
  387. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,198| Cache Put Count : 0
  388. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,199| Execution Count : 2
  389. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,199| Average time : 0
  390. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,219| Row Count : 2
  391. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,220| QUERY: [CRITERIA] select this_.patient_identifier_type_id as patient_1_102_0_, this_.uuid as uuid2_102_0_, this_.name as name3_102_0_, this_.description as descript4_102_0_, this_.format as format5_102_0_, this_.format_description as format_d6_102_0_, this_.required as required7_102_0_, this_.validator as validato8_102_0_, this_.date_created as date_cre9_102_0_, this_.location_behavior as locatio10_102_0_, this_.uniqueness_behavior as uniquen11_102_0_, this_.creator as creator12_102_0_, this_.retired_by as retired13_102_0_, this_.date_retired as date_re14_102_0_, this_.retire_reason as retire_15_102_0_, this_.retired as retired16_102_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
  392. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,220| Cache Hit Count : 0
  393. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,220| Cache Miss Count: 0
  394. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,220| Cache Put Count : 0
  395. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,221| Execution Count : 4
  396. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,221| Average time : 1
  397. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,221| Row Count : 4
  398. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,221| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 7 AND patient_id = 3 AND consult_start IS NOT NULL AND consult_end IS NULL AND exited_queue IS NULL
  399. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,221| Cache Hit Count : 0
  400. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,222| Cache Miss Count: 0
  401. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,222| Cache Put Count : 0
  402. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,222| Execution Count : 2
  403. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,222| Average time : 0
  404. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,222| Row Count : 2
  405. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,223| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 5 AND patient_id = 3 AND consult_end IS NOT NULL AND exited_queue IS NULL
  406. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,223| Cache Hit Count : 0
  407. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,223| Cache Miss Count: 0
  408. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,223| Cache Put Count : 0
  409. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,223| Execution Count : 2
  410. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,224| Average time : 0
  411. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,224| Row Count : 2
  412. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,224| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 11 AND patient_id = 3 AND consult_start IS NOT NULL AND consult_end IS NULL AND exited_queue IS NULL
  413. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,224| Cache Hit Count : 0
  414. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,225| Cache Miss Count: 0
  415. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,225| Cache Put Count : 0
  416. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,225| Execution Count : 2
  417. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,225| Average time : 0
  418. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,225| Row Count : 2
  419. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,226| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 7 AND patient_id = 3 AND consult_end IS NOT NULL AND exited_queue IS NULL
  420. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,226| Cache Hit Count : 0
  421. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,226| Cache Miss Count: 0
  422. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,226| Cache Put Count : 0
  423. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,226| Execution Count : 2
  424. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,227| Average time : 0
  425. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,227| Row Count : 2
  426. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,233| QUERY: from IronSupplementation WHERE patient=3 AND dateVoided IS NULL
  427. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,234| Cache Hit Count : 0
  428. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,234| Cache Miss Count: 0
  429. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,234| Cache Put Count : 0
  430. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,235| Execution Count : 2
  431. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,236| Average time : 0
  432. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,237| Row Count : 0
  433. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,237| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 8 AND patient_id = 3 AND consult_start IS NOT NULL AND consult_end IS NULL AND exited_queue IS NULL
  434. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,238| Cache Hit Count : 0
  435. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,238| Cache Miss Count: 0
  436. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,238| Cache Put Count : 0
  437. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,239| Execution Count : 2
  438. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,239| Average time : 0
  439. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,239| Row Count : 2
  440. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,239| QUERY: from PostPartumRecord WHERE patient=3 AND dateVoided IS NULL
  441. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,240| Cache Hit Count : 0
  442. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,240| Cache Miss Count: 0
  443. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,240| Cache Put Count : 0
  444. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,240| Execution Count : 2
  445. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,240| Average time : 0
  446. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,241| Row Count : 0
  447. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,241| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 12 AND patient_id = 3 AND consult_start IS NOT NULL AND consult_end IS NULL AND exited_queue IS NULL
  448. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,241| Cache Hit Count : 0
  449. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,241| Cache Miss Count: 0
  450. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,242| Cache Put Count : 0
  451. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,242| Execution Count : 2
  452. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,242| Average time : 0
  453. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,242| Row Count : 2
  454. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,242| QUERY: [CRITERIA] select this_.relationship_type_id as relation1_123_0_, this_.uuid as uuid2_123_0_, this_.a_is_to_b as a_is_to_3_123_0_, this_.b_is_to_a as b_is_to_4_123_0_, this_.description as descript5_123_0_, this_.preferred as preferre6_123_0_, this_.weight as weight7_123_0_, this_.date_created as date_cre8_123_0_, this_.creator as creator9_123_0_, this_.retired_by as retired10_123_0_, this_.date_retired as date_re11_123_0_, this_.retire_reason as retire_12_123_0_, this_.retired as retired13_123_0_ from relationship_type this_ where CONCAT(a_Is_To_B, CONCAT('/', b_Is_To_A)) like (?)
  455. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,243| Cache Hit Count : 0
  456. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,243| Cache Miss Count: 0
  457. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,243| Cache Put Count : 0
  458. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,243| Execution Count : 4
  459. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,243| Average time : 1
  460. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,244| Row Count : 4
  461. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,244| QUERY: from PatientStateRemarks WHERE patientProgram=null
  462. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,244| Cache Hit Count : 0
  463. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,244| Cache Miss Count: 0
  464. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,244| Cache Put Count : 0
  465. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,245| Execution Count : 1
  466. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,245| Average time : 2
  467. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,245| Row Count : 0
  468. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,245| QUERY: from TetanusVaccination WHERE patient=3
  469. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,245| Cache Hit Count : 0
  470. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,246| Cache Miss Count: 0
  471. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,246| Cache Put Count : 0
  472. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,246| Execution Count : 2
  473. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,246| Average time : 0
  474. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,246| Row Count : 0
  475. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,247| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 3 AND patient_id = 3 AND entered_queue IS NOT NULL AND consult_start IS NULL AND consult_end IS NULL && exited_queue IS NULL
  476. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,247| Cache Hit Count : 0
  477. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,247| Cache Miss Count: 0
  478. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,247| Cache Put Count : 0
  479. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,247| Execution Count : 2
  480. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,248| Average time : 0
  481. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,248| Row Count : 2
  482. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,248| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 4 AND patient_id = 3 AND consult_end IS NOT NULL AND exited_queue IS NULL
  483. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,248| Cache Hit Count : 0
  484. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,248| Cache Miss Count: 0
  485. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,249| Cache Put Count : 0
  486. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,249| Execution Count : 2
  487. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,249| Average time : 0
  488. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,249| Row Count : 2
  489. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,249| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 11 AND patient_id = 3 AND entered_queue IS NOT NULL AND consult_start IS NULL AND consult_end IS NULL && exited_queue IS NULL
  490. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,250| Cache Hit Count : 0
  491. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,251| Cache Miss Count: 0
  492. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,251| Cache Put Count : 0
  493. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,251| Execution Count : 2
  494. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,252| Average time : 0
  495. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,252| Row Count : 2
  496. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,252| QUERY: [CRITERIA] select this_.patient_queue_id as patient_1_33_0_, this_.notes_number as notes_nu2_33_0_, this_.entered_queue as entered_3_33_0_, this_.consult_start as consult_4_33_0_, this_.consult_end as consult_5_33_0_, this_.exited_queue as exited_q6_33_0_, this_.emergent as emergent7_33_0_, this_.patient_id as patient_8_33_0_, this_.encounter_id as encounte9_33_0_, this_.program_id as program10_33_0_ from chits_patient_queue this_ where this_.exited_queue is null and this_.patient_id=? and this_.program_id=?
  497. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,252| Cache Hit Count : 0
  498. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,252| Cache Miss Count: 0
  499. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,252| Cache Put Count : 0
  500. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,253| Execution Count : 2
  501. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,255| Average time : 0
  502. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,255| Row Count : 0
  503. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,255| QUERY: from DewormingService WHERE patient=3 AND dateVoided IS NULL
  504. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,255| Cache Hit Count : 0
  505. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,255| Cache Miss Count: 0
  506. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,255| Cache Put Count : 0
  507. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,256| Execution Count : 2
  508. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,256| Average time : 1
  509. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,256| Row Count : 0
  510. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,256| QUERY: from MenstrualHistory WHERE patient=3
  511. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,260| Cache Hit Count : 0
  512. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,260| Cache Miss Count: 0
  513. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,260| Cache Put Count : 0
  514. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,260| Execution Count : 2
  515. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,260| Average time : 0
  516. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,260| Row Count : 0
  517. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,261| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 8 AND patient_id = 3 AND consult_end IS NOT NULL AND exited_queue IS NULL
  518. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,261| Cache Hit Count : 0
  519. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,261| Cache Miss Count: 0
  520. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,261| Cache Put Count : 0
  521. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,261| Execution Count : 2
  522. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,261| Average time : 0
  523. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,261| Row Count : 2
  524. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,262| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 6 AND patient_id = 3 AND entered_queue IS NOT NULL AND consult_start IS NULL AND consult_end IS NULL && exited_queue IS NULL
  525. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,262| Cache Hit Count : 0
  526. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,262| Cache Miss Count: 0
  527. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,262| Cache Put Count : 0
  528. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,262| Execution Count : 2
  529. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,262| Average time : 0
  530. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,262| Row Count : 2
  531. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,262| QUERY: select count(*) from PhilhealthMemberRegistrationForm f where f.patient.id = :patient_id
  532. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,263| Cache Hit Count : 0
  533. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,263| Cache Miss Count: 0
  534. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,263| Cache Put Count : 0
  535. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,263| Execution Count : 1
  536. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,263| Average time : 0
  537. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,263| Row Count : 1
  538. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,263| QUERY: from ObstetricData WHERE patient=3
  539. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,264| Cache Hit Count : 0
  540. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,264| Cache Miss Count: 0
  541. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,266| Cache Put Count : 0
  542. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,266| Execution Count : 4
  543. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,266| Average time : 0
  544. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,266| Row Count : 0
  545. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,266| QUERY: [CRITERIA] select this_.encounter_type_id as encounte1_72_0_, this_.name as name2_72_0_, this_.description as descript3_72_0_, this_.date_created as date_cre4_72_0_, this_.creator as creator5_72_0_, this_.edit_privilege as edit_pri6_72_0_, this_.view_privilege as view_pri7_72_0_, this_.uuid as uuid8_72_0_, this_.retired_by as retired_9_72_0_, this_.date_retired as date_re10_72_0_, this_.retire_reason as retire_11_72_0_, this_.retired as retired12_72_0_, this_.changed_by as changed13_72_0_, this_.date_changed as date_ch14_72_0_ from encounter_type this_ where this_.retired=? and this_.name=?
  546. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,267| Cache Hit Count : 0
  547. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,267| Cache Miss Count: 0
  548. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,267| Cache Put Count : 0
  549. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,267| Execution Count : 3
  550. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,267| Average time : 0
  551. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,267| Row Count : 3
  552. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,267| QUERY: [CRITERIA] select this_.concept_name_id as concept_1_53_1_, this_.concept_id as concept_2_53_1_, this_.name as name3_53_1_, this_.locale as locale4_53_1_, this_.date_created as date_cre5_53_1_, this_.creator as creator6_53_1_, this_.voided as voided7_53_1_, this_.date_voided as date_voi8_53_1_, this_.void_reason as void_rea9_53_1_, this_.voided_by as voided_10_53_1_, this_.concept_name_type as concept11_53_1_, this_.locale_preferred as locale_12_53_1_, this_.uuid as uuid13_53_1_, concept1_.concept_id as concept_1_44_0_, concept1_.uuid as uuid2_44_0_, concept1_.retired as retired3_44_0_, concept1_.date_created as date_cre4_44_0_, concept1_.version as version5_44_0_, concept1_.date_changed as date_cha6_44_0_, concept1_.is_set as is_set7_44_0_, concept1_.retire_reason as retire_r8_44_0_, concept1_.date_retired as date_ret9_44_0_, concept1_.retired_by as retired10_44_0_, concept1_.datatype_id as datatyp11_44_0_, concept1_.class_id as class_i12_44_0_, concept1_.changed_by as changed13_44_0_, concept1_.creator as creator14_44_0_, concept1_1_.hi_absolute as hi_absol2_56_0_, concept1_1_.hi_critical as hi_criti3_56_0_, concept1_1_.hi_normal as hi_norma4_56_0_, concept1_1_.low_absolute as low_abso5_56_0_, concept1_1_.low_critical as low_crit6_56_0_, concept1_1_.low_normal as low_norm7_56_0_, concept1_1_.units as units8_56_0_, concept1_1_.precise as precise9_56_0_, concept1_1_.display_precision as display10_56_0_, concept1_2_.handler as handler2_49_0_, case when concept1_1_.concept_id is not null then 1 when concept1_2_.concept_id is not null then 2 when concept1_.concept_id is not null then 0 end as clazz_0_ from concept_name this_ inner join concept concept1_ on this_.concept_id=concept1_.concept_id left outer join concept_numeric concept1_1_ on concept1_.concept_id=concept1_1_.concept_id left outer join concept_complex concept1_2_ on concept1_.concept_id=concept1_2_.concept_id where (this_.locale=? or this_.locale like ?) and lower(this_.name) like ? and this_.voided=? and concept1_.retired=?
  553. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,268| Cache Hit Count : 0
  554. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,268| Cache Miss Count: 0
  555. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,268| Cache Put Count : 0
  556. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,268| Execution Count : 8
  557. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,268| Average time : 43
  558. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,278| Row Count : 11
  559. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,278| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 16 AND patient_id = 3 AND consult_end IS NOT NULL AND exited_queue IS NULL
  560. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,278| Cache Hit Count : 0
  561. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,278| Cache Miss Count: 0
  562. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,279| Cache Put Count : 0
  563. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,279| Execution Count : 2
  564. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,279| Average time : 0
  565. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,279| Row Count : 2
  566. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,279| QUERY: [CRITERIA] select count(*) as y0_ from patient this_ inner join person this_1_ on this_.patient_id=this_1_.person_id inner join person_name name1_ on this_.patient_id=name1_.person_id where ((name1_.voided=? and (((name1_.given_name is not null and name1_.given_name like ?) or (name1_.middle_name is not null and name1_.middle_name like ?) or (name1_.family_name is not null and name1_.family_name like ?) or (name1_.family_name2 is not null and name1_.family_name2 like ?)) and (name1_.given_name is null or name1_.given_name<>?) and (name1_.middle_name is null or name1_.middle_name<>?) and (name1_.family_name is null or name1_.family_name<>?) and (name1_.family_name2 is null or name1_.family_name2<>?)))) and this_.voided=?
  567. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,279| Cache Hit Count : 0
  568. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,279| Cache Miss Count: 0
  569. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,279| Cache Put Count : 0
  570. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,280| Execution Count : 4
  571. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,280| Average time : 1
  572. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,280| Row Count : 4
  573. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,280| QUERY: from DeliveryPregnancyOutcome WHERE patient=3 AND dateVoided IS NULL
  574. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,280| Cache Hit Count : 0
  575. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,280| Cache Miss Count: 0
  576. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,280| Cache Put Count : 0
  577. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,281| Execution Count : 2
  578. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,281| Average time : 0
  579. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,281| Row Count : 0
  580. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,281| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 1 AND patient_id = 3 AND consult_start IS NOT NULL AND consult_end IS NULL AND exited_queue IS NULL
  581. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,281| Cache Hit Count : 0
  582. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,281| Cache Miss Count: 0
  583. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,282| Cache Put Count : 0
  584. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,282| Execution Count : 2
  585. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,282| Average time : 0
  586. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,283| Row Count : 2
  587. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,283| QUERY: [CRITERIA] select this_.patient_program_id as patient_1_103_0_, this_.uuid as uuid2_103_0_, this_.date_enrolled as date_enr3_103_0_, this_.date_completed as date_com4_103_0_, this_.date_created as date_cre5_103_0_, this_.voided as voided6_103_0_, this_.date_voided as date_voi7_103_0_, this_.void_reason as void_rea8_103_0_, this_.voided_by as voided_b9_103_0_, this_.date_changed as date_ch10_103_0_, this_.outcome_concept_id as outcome11_103_0_, this_.program_id as program12_103_0_, this_.patient_id as patient13_103_0_, this_.creator as creator14_103_0_, this_.changed_by as changed15_103_0_, this_.location_id as locatio16_103_0_ from patient_program this_ where this_.patient_id=? and this_.program_id=? and this_.voided=?
  588. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,283| Cache Hit Count : 0
  589. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,283| Cache Miss Count: 0
  590. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,283| Cache Put Count : 0
  591. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,283| Execution Count : 44
  592. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,283| Average time : 0
  593. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,284| Row Count : 0
  594. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,284| QUERY: from PrenatalRecord WHERE patient=3 AND dateVoided IS NULL
  595. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,284| Cache Hit Count : 0
  596. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,284| Cache Miss Count: 0
  597. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,284| Cache Put Count : 0
  598. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,284| Execution Count : 2
  599. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,284| Average time : 1
  600. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,284| Row Count : 0
  601. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,284| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 14 AND patient_id = 3 AND consult_start IS NOT NULL AND consult_end IS NULL AND exited_queue IS NULL
  602. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,285| Cache Hit Count : 0
  603. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,285| Cache Miss Count: 0
  604. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,285| Cache Put Count : 0
  605. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,285| Execution Count : 2
  606. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,285| Average time : 0
  607. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,285| Row Count : 2
  608. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,285| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 14 AND patient_id = 3 AND consult_end IS NOT NULL AND exited_queue IS NULL
  609. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,285| Cache Hit Count : 0
  610. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,286| Cache Miss Count: 0
  611. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,286| Cache Put Count : 0
  612. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,286| Execution Count : 2
  613. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,286| Average time : 0
  614. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,286| Row Count : 2
  615. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,286| QUERY: from VitaminASupplementation WHERE patient=3 AND dateVoided IS NULL
  616. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,286| Cache Hit Count : 0
  617. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,286| Cache Miss Count: 0
  618. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,287| Cache Put Count : 0
  619. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,287| Execution Count : 2
  620. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,287| Average time : 1
  621. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,287| Row Count : 0
  622. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,287| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 14 AND patient_id = 3 AND entered_queue IS NOT NULL AND consult_start IS NULL AND consult_end IS NULL && exited_queue IS NULL
  623. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,288| Cache Hit Count : 0
  624. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,290| Cache Miss Count: 0
  625. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,290| Cache Put Count : 0
  626. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,290| Execution Count : 2
  627. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,291| Average time : 0
  628. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,291| Row Count : 2
  629. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,291| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 15 AND patient_id = 3 AND consult_end IS NOT NULL AND exited_queue IS NULL
  630. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,291| Cache Hit Count : 0
  631. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,291| Cache Miss Count: 0
  632. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,291| Cache Put Count : 0
  633. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,292| Execution Count : 2
  634. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,292| Average time : 0
  635. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,292| Row Count : 2
  636. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,292| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 2 AND patient_id = 3 AND consult_start IS NOT NULL AND consult_end IS NULL AND exited_queue IS NULL
  637. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,292| Cache Hit Count : 0
  638. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,292| Cache Miss Count: 0
  639. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,292| Cache Put Count : 0
  640. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,292| Execution Count : 2
  641. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,293| Average time : 0
  642. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,293| Row Count : 2
  643. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,293| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 9 AND patient_id = 3 AND consult_start IS NOT NULL AND consult_end IS NULL AND exited_queue IS NULL
  644. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,293| Cache Hit Count : 0
  645. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,293| Cache Miss Count: 0
  646. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,293| Cache Put Count : 0
  647. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,293| Execution Count : 2
  648. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,293| Average time : 0
  649. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,293| Row Count : 2
  650. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,294| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 13 AND patient_id = 3 AND consult_start IS NOT NULL AND consult_end IS NULL AND exited_queue IS NULL
  651. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,294| Cache Hit Count : 0
  652. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,294| Cache Miss Count: 0
  653. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,294| Cache Put Count : 0
  654. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,294| Execution Count : 2
  655. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,294| Average time : 0
  656. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,294| Row Count : 2
  657. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,294| QUERY: [CRITERIA] select this_.patient_program_id as patient_1_103_0_, this_.uuid as uuid2_103_0_, this_.date_enrolled as date_enr3_103_0_, this_.date_completed as date_com4_103_0_, this_.date_created as date_cre5_103_0_, this_.voided as voided6_103_0_, this_.date_voided as date_voi7_103_0_, this_.void_reason as void_rea8_103_0_, this_.voided_by as voided_b9_103_0_, this_.date_changed as date_ch10_103_0_, this_.outcome_concept_id as outcome11_103_0_, this_.program_id as program12_103_0_, this_.patient_id as patient13_103_0_, this_.creator as creator14_103_0_, this_.changed_by as changed15_103_0_, this_.location_id as locatio16_103_0_ from patient_program this_ where this_.patient_id=? and this_.program_id=?
  658. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,294| Cache Hit Count : 0
  659. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,295| Cache Miss Count: 0
  660. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,295| Cache Put Count : 0
  661. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,295| Execution Count : 2
  662. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,295| Average time : 0
  663. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,295| Row Count : 0
  664. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,295| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 10 AND patient_id = 3 AND entered_queue IS NOT NULL AND consult_start IS NULL AND consult_end IS NULL && exited_queue IS NULL
  665. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,295| Cache Hit Count : 0
  666. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,295| Cache Miss Count: 0
  667. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,295| Cache Put Count : 0
  668. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,296| Execution Count : 2
  669. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,296| Average time : 2
  670. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,296| Row Count : 2
  671. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,296| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 8 AND patient_id = 3 AND entered_queue IS NOT NULL AND consult_start IS NULL AND consult_end IS NULL && exited_queue IS NULL
  672. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,296| Cache Hit Count : 0
  673. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,296| Cache Miss Count: 0
  674. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,296| Cache Put Count : 0
  675. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,296| Execution Count : 2
  676. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,297| Average time : 0
  677. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,297| Row Count : 2
  678. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,297| QUERY: [CRITERIA] select this_.location_id as location1_84_0_, this_.uuid as uuid2_84_0_, this_.name as name3_84_0_, this_.description as descript4_84_0_, this_.address1 as address5_84_0_, this_.address2 as address6_84_0_, this_.city_village as city_vil7_84_0_, this_.state_province as state_pr8_84_0_, this_.country as country9_84_0_, this_.postal_code as postal_10_84_0_, this_.latitude as latitud11_84_0_, this_.longitude as longitu12_84_0_, this_.county_district as county_13_84_0_, this_.address3 as address14_84_0_, this_.address4 as address15_84_0_, this_.address6 as address16_84_0_, this_.address5 as address17_84_0_, this_.address7 as address18_84_0_, this_.address8 as address19_84_0_, this_.address9 as address20_84_0_, this_.address10 as address21_84_0_, this_.address11 as address22_84_0_, this_.address12 as address23_84_0_, this_.address13 as address24_84_0_, this_.address14 as address25_84_0_, this_.address15 as address26_84_0_, this_.date_created as date_cr27_84_0_, this_.date_changed as date_ch28_84_0_, this_.parent_location as parent_29_84_0_, this_.changed_by as changed30_84_0_, this_.creator as creator31_84_0_, this_.retired_by as retired32_84_0_, this_.date_retired as date_re33_84_0_, this_.retire_reason as retire_34_84_0_, this_.retired as retired35_84_0_ from location this_ where this_.name=?
  679. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,297| Cache Hit Count : 0
  680. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,297| Cache Miss Count: 0
  681. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,297| Cache Put Count : 0
  682. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,297| Execution Count : 4
  683. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,297| Average time : 0
  684. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,297| Row Count : 4
  685. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,298| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 2 AND patient_id = 3 AND entered_queue IS NOT NULL AND consult_start IS NULL AND consult_end IS NULL && exited_queue IS NULL
  686. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,298| Cache Hit Count : 0
  687. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,298| Cache Miss Count: 0
  688. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,298| Cache Put Count : 0
  689. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,298| Execution Count : 2
  690. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,298| Average time : 0
  691. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,298| Row Count : 2
  692. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,299| QUERY: [CRITERIA] select this_.person_attribute_type_id as person_a1_108_0_, this_.uuid as uuid2_108_0_, this_.name as name3_108_0_, this_.description as descript4_108_0_, this_.format as format5_108_0_, this_.foreign_key as foreign_6_108_0_, this_.sort_weight as sort_wei7_108_0_, this_.searchable as searchab8_108_0_, this_.creator as creator9_108_0_, this_.date_created as date_cr10_108_0_, this_.changed_by as changed11_108_0_, this_.date_changed as date_ch12_108_0_, this_.retired_by as retired13_108_0_, this_.date_retired as date_re14_108_0_, this_.retire_reason as retire_15_108_0_, this_.retired as retired16_108_0_, this_.edit_privilege as edit_pr17_108_0_ from person_attribute_type this_ where this_.name=?
  693. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,299| Cache Hit Count : 0
  694. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,299| Cache Miss Count: 0
  695. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,299| Cache Put Count : 0
  696. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,299| Execution Count : 56
  697. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,299| Average time : 0
  698. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,299| Row Count : 52
  699. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,299| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 13 AND patient_id = 3 AND consult_end IS NOT NULL AND exited_queue IS NULL
  700. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,300| Cache Hit Count : 0
  701. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,300| Cache Miss Count: 0
  702. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,300| Cache Put Count : 0
  703. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,300| Execution Count : 2
  704. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,300| Average time : 0
  705. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,300| Row Count : 2
  706. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,300| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 7 AND patient_id = 3 AND entered_queue IS NOT NULL AND consult_start IS NULL AND consult_end IS NULL && exited_queue IS NULL
  707. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,300| Cache Hit Count : 0
  708. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,300| Cache Miss Count: 0
  709. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,301| Cache Put Count : 0
  710. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,301| Execution Count : 2
  711. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,301| Average time : 1
  712. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,301| Row Count : 2
  713. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,301| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 15 AND patient_id = 3 AND entered_queue IS NOT NULL AND consult_start IS NULL AND consult_end IS NULL && exited_queue IS NULL
  714. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,301| Cache Hit Count : 0
  715. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,301| Cache Miss Count: 0
  716. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,301| Cache Put Count : 0
  717. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,301| Execution Count : 2
  718. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,302| Average time : 0
  719. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,302| Row Count : 2
  720. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,302| QUERY: [CRITERIA] select this_.property as property1_79_0_, this_.property_value as property2_79_0_, this_.description as descript3_79_0_, this_.datatype as datatype4_79_0_, this_.datatype_config as datatype5_79_0_, this_.preferred_handler as preferre6_79_0_, this_.handler_config as handler_7_79_0_, this_.uuid as uuid8_79_0_ from global_property this_ where lower(this_.property)=?
  721. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,302| Cache Hit Count : 0
  722. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,302| Cache Miss Count: 0
  723. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,302| Cache Put Count : 0
  724. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,302| Execution Count : 194
  725. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,302| Average time : 2
  726. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,302| Row Count : 194
  727. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,303| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 3 AND patient_id = 3 AND consult_start IS NOT NULL AND consult_end IS NULL AND exited_queue IS NULL
  728. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,303| Cache Hit Count : 0
  729. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,303| Cache Miss Count: 0
  730. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,303| Cache Put Count : 0
  731. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,303| Execution Count : 2
  732. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,303| Average time : 0
  733. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,303| Row Count : 2
  734. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,303| QUERY: from MedicalHistory WHERE patient=3
  735. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,303| Cache Hit Count : 0
  736. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,304| Cache Miss Count: 0
  737. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,304| Cache Put Count : 0
  738. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,304| Execution Count : 2
  739. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,304| Average time : 0
  740. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,304| Row Count : 0
  741. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,304| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 4 AND patient_id = 3 AND consult_start IS NOT NULL AND consult_end IS NULL AND exited_queue IS NULL
  742. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,304| Cache Hit Count : 0
  743. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,304| Cache Miss Count: 0
  744. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,305| Cache Put Count : 0
  745. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,305| Execution Count : 2
  746. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,305| Average time : 0
  747. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,305| Row Count : 2
  748. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,305| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 15 AND patient_id = 3 AND consult_start IS NOT NULL AND consult_end IS NULL AND exited_queue IS NULL
  749. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,305| Cache Hit Count : 0
  750. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,305| Cache Miss Count: 0
  751. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,305| Cache Put Count : 0
  752. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,305| Execution Count : 2
  753. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,306| Average time : 0
  754. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,306| Row Count : 2
  755. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,306| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 16 AND patient_id = 3 AND consult_start IS NOT NULL AND consult_end IS NULL AND exited_queue IS NULL
  756. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,306| Cache Hit Count : 0
  757. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,306| Cache Miss Count: 0
  758. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,306| Cache Put Count : 0
  759. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,306| Execution Count : 2
  760. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,306| Average time : 0
  761. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,306| Row Count : 2
  762. INFO - HibernateContextDAO.showUsageStatistics(372) |2018-06-12 23:39:40,307| QUERY: SELECT COUNT(DISTINCT patient_id) AS in_program FROM chits_patient_queue WHERE program_id = 5 AND patient_id = 3 AND consult_start IS NOT NULL AND consult_end IS NULL AND exited_queue IS NULL
  763. INFO - HibernateContextDAO.showUsageStatistics(374) |2018-06-12 23:39:40,307| Cache Hit Count : 0
  764. INFO - HibernateContextDAO.showUsageStatistics(375) |2018-06-12 23:39:40,307| Cache Miss Count: 0
  765. INFO - HibernateContextDAO.showUsageStatistics(376) |2018-06-12 23:39:40,307| Cache Put Count : 0
  766. INFO - HibernateContextDAO.showUsageStatistics(377) |2018-06-12 23:39:40,307| Execution Count : 2
  767. INFO - HibernateContextDAO.showUsageStatistics(378) |2018-06-12 23:39:40,307| Average time : 0
  768. INFO - HibernateContextDAO.showUsageStatistics(379) |2018-06-12 23:39:40,307| Row Count : 2
  769. 12-Jun-2018 23:39:40.351 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [openmrs] appears to have started a thread named [Thread-5] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
  770. java.lang.Thread.sleep(Native Method)
  771. org.apache.log4j.helpers.FileWatchdog.run(FileWatchdog.java:104)
  772. 12-Jun-2018 23:39:40.351 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [openmrs] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@6db25028]) and a value of type [org.openmrs.Patient] (value [Patient#3]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  773. 12-Jun-2018 23:39:40.383 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-8080"]
  774. 12-Jun-2018 23:39:40.387 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"]
  775. 12-Jun-2018 23:39:40.388 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-8080"]
  776. 12-Jun-2018 23:39:40.390 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8009"]
  777. 12-Jun-2018 23:39:40.830 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.5.16
  778. 12-Jun-2018 23:39:40.833 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Jun 21 2017 17:01:09 UTC
  779. 12-Jun-2018 23:39:40.833 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 8.5.16.0
  780. 12-Jun-2018 23:39:40.833 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Linux
  781. 12-Jun-2018 23:39:40.833 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 4.13.0-43-generic
  782. 12-Jun-2018 23:39:40.833 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64
  783. 12-Jun-2018 23:39:40.833 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /usr/lib/jvm/java-8-openjdk-amd64/jre
  784. 12-Jun-2018 23:39:40.833 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 1.8.0_171-8u171-b11-0ubuntu0.16.04.1-b11
  785. 12-Jun-2018 23:39:40.834 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation
  786. 12-Jun-2018 23:39:40.834 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /opt/tomcat
  787. 12-Jun-2018 23:39:40.834 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /opt/tomcat
  788. 12-Jun-2018 23:39:40.834 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/opt/tomcat/conf/logging.properties
  789. 12-Jun-2018 23:39:40.834 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
  790. 12-Jun-2018 23:39:40.834 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
  791. 12-Jun-2018 23:39:40.835 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
  792. 12-Jun-2018 23:39:40.835 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms1024m
  793. 12-Jun-2018 23:39:40.835 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx8192m
  794. 12-Jun-2018 23:39:40.835 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:MaxPermSize=512m
  795. 12-Jun-2018 23:39:40.835 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/opt/tomcat
  796. 12-Jun-2018 23:39:40.835 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/opt/tomcat
  797. 12-Jun-2018 23:39:40.836 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/opt/tomcat/temp
  798. 12-Jun-2018 23:39:40.836 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib]
  799. 12-Jun-2018 23:39:40.943 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
  800. 12-Jun-2018 23:39:40.962 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
  801. 12-Jun-2018 23:39:40.966 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
  802. 12-Jun-2018 23:39:40.968 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
  803. 12-Jun-2018 23:39:40.969 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 854 ms
  804. 12-Jun-2018 23:39:41.006 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
  805. 12-Jun-2018 23:39:41.006 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.16
  806. 12-Jun-2018 23:39:41.082 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/opt/tomcat/webapps/openmrs.war]
  807. 12-Jun-2018 23:39:41.129 WARNING [localhost-startStop-1] org.apache.catalina.startup.SetContextPropertiesRule.begin [SetContextPropertiesRule]{Context} Setting property 'antiJARLocking' to 'true' did not find a matching property.
  808. 12-Jun-2018 23:39:48.022 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  809. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2113) |2018-06-12 23:39:48,873| Unable to find a runtime properties file at /home/nthc/workspace/chitscore/openmrs-runtime.properties
  810. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2113) |2018-06-12 23:39:48,895| Unable to find a runtime properties file at /home/nthc/workspace/chitscore/openmrs-runtime.properties
  811. INFO - Listener.contextInitialized(174) |2018-06-12 23:39:48,896| Using runtime properties file: /root/.OpenMRS/openmrs-runtime.properties
  812. INFO 6/12/18 11:39 PM:liquibase: Reading from `liquibasechangelog`
  813. WARNING 6/12/18 11:39 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  814. WARNING 6/12/18 11:39 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  815. WARNING 6/12/18 11:39 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  816. WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2018-06-12 23:40:05,207| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
  817. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2113) |2018-06-12 23:40:05,354| Unable to find a runtime properties file at /home/nthc/workspace/chitscore/openmrs-runtime.properties
  818. INFO 6/12/18 11:40 PM:liquibase: Reading from `liquibasechangelog`
  819. WARNING 6/12/18 11:40 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  820. WARNING 6/12/18 11:40 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  821. WARNING 6/12/18 11:40 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  822. INFO - LoggingAdvice.invoke(115) |2018-06-12 23:40:09,224| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: chitscore.started value: true,
  823. INFO - LoggingAdvice.invoke(155) |2018-06-12 23:40:09,265| Exiting method saveGlobalProperty
  824. INFO - LoggingAdvice.invoke(115) |2018-06-12 23:40:09,277| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: chitscore.mandatory value: false,
  825. INFO - LoggingAdvice.invoke(155) |2018-06-12 23:40:09,283| Exiting method saveGlobalProperty
  826. Exception in thread "Thread-13" java.lang.LinkageError: loader constraint violation: when resolving method "org.slf4j.impl.StaticLoggerBinder.getLoggerFactory()Lorg/slf4j/ILoggerFactory;" the class loader (instance of org/openmrs/module/ModuleClassLoader) of the current class, org/slf4j/LoggerFactory, and the class loader (instance of org/apache/catalina/loader/ParallelWebappClassLoader) for the method's defining class, org/slf4j/impl/StaticLoggerBinder, have different Class objects for the type org/slf4j/ILoggerFactory used in the signature
  827. at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:273)
  828. at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:241)
  829. at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:156)
  830. at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:132)
  831. at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:272)
  832. at org.openmrs.module.chitscore.ChitscoreActivator.<init>(ChitscoreActivator.java:23)
  833. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  834. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  835. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  836. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  837. at java.lang.Class.newInstance(Class.java:442)
  838. at org.openmrs.module.Module.getModuleActivator(Module.java:156)
  839. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:770)
  840. at org.openmrs.api.context.Daemon$1.run(Daemon.java:74)
  841. WARN - Module.expandExtensionNames(546) |2018-06-12 23:40:09,852| webservices.rest: Unable to find class definition for extension: org.openmrs.admin.list
  842. java.lang.NoClassDefFoundError: org/openmrs/module/web/extension/AdministrationSectionExt
  843. at java.lang.ClassLoader.defineClass1(Native Method)
  844. at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
  845. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  846. at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
  847. at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
  848. at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
  849. at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
  850. at java.security.AccessController.doPrivileged(Native Method)
  851. at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
  852. at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:637)
  853. at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:556)
  854. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  855. at org.openmrs.module.Module.expandExtensionNames(Module.java:538)
  856. at org.openmrs.module.Module.getExtensions(Module.java:490)
  857. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:664)
  858. at org.openmrs.api.context.Daemon$1.run(Daemon.java:74)
  859. Caused by: java.lang.ClassNotFoundException: org.openmrs.module.web.extension.AdministrationSectionExt
  860. at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1285)
  861. at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1119)
  862. at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:563)
  863. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  864. ... 16 more
  865. INFO - LoggingAdvice.invoke(115) |2018-06-12 23:40:09,865| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: webservices.rest.started value: true,
  866. INFO - LoggingAdvice.invoke(155) |2018-06-12 23:40:09,870| Exiting method saveGlobalProperty
  867. INFO - LoggingAdvice.invoke(115) |2018-06-12 23:40:09,874| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: webservices.rest.mandatory value: false,
  868. INFO - LoggingAdvice.invoke(155) |2018-06-12 23:40:09,880| Exiting method saveGlobalProperty
  869. WARN - Module.expandExtensionNames(546) |2018-06-12 23:40:10,301| owa: Unable to find class definition for extension: org.openmrs.admin.list
  870. java.lang.NoClassDefFoundError: org/openmrs/module/web/extension/AdministrationSectionExt
  871. at java.lang.ClassLoader.defineClass1(Native Method)
  872. at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
  873. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  874. at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
  875. at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
  876. at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
  877. at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
  878. at java.security.AccessController.doPrivileged(Native Method)
  879. at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
  880. at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:637)
  881. at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:556)
  882. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  883. at org.openmrs.module.Module.expandExtensionNames(Module.java:538)
  884. at org.openmrs.module.Module.getExtensions(Module.java:490)
  885. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:664)
  886. at org.openmrs.api.context.Daemon$1.run(Daemon.java:74)
  887. Caused by: java.lang.ClassNotFoundException: org.openmrs.module.web.extension.AdministrationSectionExt
  888. at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1285)
  889. at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1119)
  890. at org.openmrs.module.ModuleClassLoader.loadClass(ModuleClassLoader.java:563)
  891. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  892. ... 16 more
  893. INFO - LoggingAdvice.invoke(115) |2018-06-12 23:40:10,347| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: owa.started value: true,
  894. INFO - LoggingAdvice.invoke(155) |2018-06-12 23:40:10,383| Exiting method saveGlobalProperty
  895. INFO - LoggingAdvice.invoke(115) |2018-06-12 23:40:10,404| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: owa.mandatory value: false,
  896. INFO - LoggingAdvice.invoke(155) |2018-06-12 23:40:10,424| Exiting method saveGlobalProperty
  897. Exception in thread "Thread-12" java.lang.LinkageError: loader constraint violation: when resolving method "org.slf4j.impl.StaticLoggerBinder.getLoggerFactory()Lorg/slf4j/ILoggerFactory;" the class loader (instance of org/openmrs/module/ModuleClassLoader) of the current class, org/slf4j/LoggerFactory, and the class loader (instance of org/apache/catalina/loader/ParallelWebappClassLoader) for the method's defining class, org/slf4j/impl/StaticLoggerBinder, have different Class objects for the type org/slf4j/ILoggerFactory used in the signature
  898. at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:273)
  899. at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:241)
  900. at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:156)
  901. at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:132)
  902. at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:272)
  903. at org.openmrs.module.chitscore.ChitscoreActivator.<init>(ChitscoreActivator.java:23)
  904. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  905. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  906. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  907. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  908. at java.lang.Class.newInstance(Class.java:442)
  909. at org.openmrs.module.Module.getModuleActivator(Module.java:156)
  910. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:814)
  911. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  912. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  913. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  914. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  915. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  916. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2113) |2018-06-12 23:40:11,568| Unable to find a runtime properties file at /home/nthc/workspace/chitscore/openmrs-runtime.properties
  917. 12-Jun-2018 23:40:11.676 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/opt/tomcat/webapps/openmrs.war] has finished in [30,593] ms
  918. 12-Jun-2018 23:40:11.678 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/opt/tomcat/webapps/docs]
  919. 12-Jun-2018 23:40:11.694 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/opt/tomcat/webapps/docs] has finished in [16] ms
  920. 12-Jun-2018 23:40:11.694 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/opt/tomcat/webapps/examples]
  921. 12-Jun-2018 23:40:11.885 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/opt/tomcat/webapps/examples] has finished in [191] ms
  922. 12-Jun-2018 23:40:11.886 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/opt/tomcat/webapps/host-manager]
  923. 12-Jun-2018 23:40:11.923 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/opt/tomcat/webapps/host-manager] has finished in [37] ms
  924. 12-Jun-2018 23:40:11.923 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/opt/tomcat/webapps/ROOT]
  925. 12-Jun-2018 23:40:11.942 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/opt/tomcat/webapps/ROOT] has finished in [18] ms
  926. 12-Jun-2018 23:40:11.942 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/opt/tomcat/webapps/manager]
  927. 12-Jun-2018 23:40:11.968 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/opt/tomcat/webapps/manager] has finished in [26] ms
  928. 12-Jun-2018 23:40:11.974 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
  929. 12-Jun-2018 23:40:11.996 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
  930. 12-Jun-2018 23:40:12.034 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 31065 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement