Advertisement
Guest User

openelis

a guest
Jun 22nd, 2022
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.56 KB | None | 0 0
  1. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256m; support was removed in 8.0
  2. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  3. Jun 22, 2022 9:39:29 PM org.apache.coyote.AbstractProtocol init
  4. INFO: Initializing ProtocolHandler ["http-nio-8052"]
  5. Jun 22, 2022 9:39:29 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
  6. INFO: Using a shared selector for servlet write/read
  7. Jun 22, 2022 9:39:29 PM org.apache.catalina.core.StandardService startInternal
  8. INFO: Starting service Tomcat
  9. Jun 22, 2022 9:39:29 PM org.apache.catalina.core.StandardEngine startInternal
  10. INFO: Starting Servlet Engine: Apache Tomcat/8.0.12
  11. Jun 22, 2022 9:39:31 PM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
  12. INFO: No global web.xml found
  13. Jun 22, 2022 9:39:35 PM org.apache.catalina.startup.ContextConfig processAnnotationsJar
  14. SEVERE: Unable to process Jar entry [META-INF/versions/9/module-info.class] from Jar [jar:file:/opt/bahmni-lab/bahmni-lab/WEB-INF/lib/log4j-api-2.12.4.jar!/] for annotations
  15. org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19
  16. at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:127)
  17. at org.apache.tomcat.util.bcel.classfile.ConstantPool.<init>(ConstantPool.java:59)
  18. at org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:168)
  19. at org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:92)
  20. at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:1990)
  21. at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1940)
  22. at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1915)
  23. at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1876)
  24. at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1145)
  25. at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:767)
  26. at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:302)
  27. at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
  28. at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
  29. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5074)
  30. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  31. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
  32. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
  33. at java.util.concurrent.FutureTask.run(Unknown Source)
  34. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  35. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  36. at java.lang.Thread.run(Unknown Source)
  37.  
  38. 2022-06-22 21:39:49,789 localhost-startStop-1 ERROR The parameter is null: filePattern
  39. 2022-06-22 21:39:49,839 localhost-startStop-1 ERROR Could not create plugin of type class org.apache.logging.log4j.core.appender.RollingFileAppender for element RollingFile org.apache.logging.log4j.core.config.ConfigurationException: Arguments given for element RollingFile are invalid: field 'filePattern' has invalid value 'null'
  40. at org.apache.logging.log4j.core.config.plugins.util.PluginBuilder.injectFields(PluginBuilder.java:211)
  41. at org.apache.logging.log4j.core.config.plugins.util.PluginBuilder.build(PluginBuilder.java:122)
  42. at org.apache.logging.log4j.core.config.AbstractConfiguration.createPluginObject(AbstractConfiguration.java:1014)
  43. at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:954)
  44. at org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:946)
  45. at org.apache.logging.log4j.core.config.AbstractConfiguration.doConfigure(AbstractConfiguration.java:560)
  46. at org.apache.logging.log4j.core.config.AbstractConfiguration.initialize(AbstractConfiguration.java:245)
  47. at org.apache.logging.log4j.core.config.AbstractConfiguration.start(AbstractConfiguration.java:292)
  48. at org.apache.logging.log4j.core.LoggerContext.setConfiguration(LoggerContext.java:579)
  49. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:651)
  50. at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:668)
  51. at org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:253)
  52. at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:153)
  53. at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:45)
  54. at org.apache.logging.log4j.LogManager.getContext(LogManager.java:194)
  55. at org.apache.logging.log4j.LogManager.getLogger(LogManager.java:581)
  56. at us.mn.state.health.lims.common.servlet.startup.StartStopListener.<clinit>(StartStopListener.java:31)
  57. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  58. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  59. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  60. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  61. at java.lang.Class.newInstance(Unknown Source)
  62. at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:151)
  63. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4672)
  64. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5175)
  65. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  66. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
  67. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
  68. at java.util.concurrent.FutureTask.run(Unknown Source)
  69. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  70. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  71. at java.lang.Thread.run(Unknown Source)
  72.  
  73. 2022-06-22 21:39:49,982 localhost-startStop-1 ERROR Null object returned for RollingFile in Appenders.
  74. 2022-06-22 21:39:49,990 localhost-startStop-1 ERROR Unknown object "Root" of type org.apache.logging.log4j.core.config.LoggerConfig is ignored: try nesting it inside one of: ["Appenders", "Loggers", "Properties", "Scripts", "CustomLevels"].
  75. 169 [localhost-startStop-1] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  76. 301 [localhost-startStop-1] INFO org.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  77. 301 [localhost-startStop-1] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.2.0 created.
  78. 303 [localhost-startStop-1] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  79. 304 [localhost-startStop-1] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.2.0) 'OpenELIS-Scheduler' with instanceId 'NON_CLUSTERED'
  80. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  81. NOT STARTED.
  82. Currently in standby mode.
  83. Number of jobs executed: 0
  84. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
  85. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  86.  
  87. 304 [localhost-startStop-1] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'OpenELIS-Scheduler' initialized from default resource file in Quartz package: 'quartz.properties'
  88. 304 [localhost-startStop-1] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.2.0
  89. Jun 22, 2022 9:39:50 PM org.hibernate.cfg.Environment <clinit>
  90. INFO: Hibernate 3.2.6
  91. Jun 22, 2022 9:39:50 PM org.hibernate.cfg.Environment <clinit>
  92. INFO: hibernate.properties not found
  93. Jun 22, 2022 9:39:50 PM org.hibernate.cfg.Environment buildBytecodeProvider
  94. INFO: Bytecode provider name : cglib
  95. Jun 22, 2022 9:39:50 PM org.hibernate.cfg.Environment <clinit>
  96. INFO: using JDK 1.4 java.sql.Timestamp handling
  97. Jun 22, 2022 9:39:50 PM org.hibernate.cfg.Configuration configure
  98. INFO: configuring from resource: /us/mn/state/health/lims/hibernate/hibernate.cfg.xml
  99. Jun 22, 2022 9:39:50 PM org.hibernate.cfg.Configuration getConfigurationInputStream
  100. INFO: Configuration resource: /us/mn/state/health/lims/hibernate/hibernate.cfg.xml
  101. Jun 22, 2022 9:39:51 PM org.hibernate.cfg.Configuration addResource
  102. INFO: Reading mappings from resource : us/mn/state/health/lims/action/valueholder/Action.hbm.xml
  103. Jun 22, 2022 9:39:51 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  104. INFO: Mapping class: us.mn.state.health.lims.action.valueholder.Action -> ACTION
  105. Jun 22, 2022 9:39:51 PM org.hibernate.cfg.Configuration addResource
  106. INFO: Reading mappings from resource : us/mn/state/health/lims/analysis/valueholder/Analysis.hbm.xml
  107. Jun 22, 2022 9:39:51 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  108. INFO: Mapping class: us.mn.state.health.lims.analysis.valueholder.Analysis -> ANALYSIS
  109. Jun 22, 2022 9:39:51 PM org.hibernate.cfg.Configuration addResource
  110. INFO: Reading mappings from resource : us/mn/state/health/lims/analysisqaevent/valueholder/AnalysisQaEvent.hbm.xml
  111. Jun 22, 2022 9:39:51 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  112. INFO: Mapping class: us.mn.state.health.lims.analysisqaevent.valueholder.AnalysisQaEvent -> ANALYSIS_QAEVENT
  113. Jun 22, 2022 9:39:51 PM org.hibernate.cfg.Configuration addResource
  114. INFO: Reading mappings from resource : us/mn/state/health/lims/analysisqaeventaction/valueholder/AnalysisQaEventAction.hbm.xml
  115. Jun 22, 2022 9:39:51 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  116. INFO: Mapping class: us.mn.state.health.lims.analysisqaeventaction.valueholder.AnalysisQaEventAction -> ANALYSIS_QAEVENT_ACTION
  117. Jun 22, 2022 9:39:51 PM org.hibernate.cfg.Configuration addResource
  118. INFO: Reading mappings from resource : us/mn/state/health/lims/analyte/valueholder/Analyte.hbm.xml
  119. Jun 22, 2022 9:39:51 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  120. INFO: Mapping class: us.mn.state.health.lims.analyte.valueholder.Analyte -> ANALYTE
  121. Jun 22, 2022 9:39:51 PM org.hibernate.cfg.Configuration addResource
  122. INFO: Reading mappings from resource : us/mn/state/health/lims/audittrail/valueholder/History.hbm.xml
  123. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  124. INFO: Mapping class: us.mn.state.health.lims.audittrail.valueholder.History -> HISTORY
  125. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  126. INFO: Reading mappings from resource : us/mn/state/health/lims/citystatezip/valueholder/CityStateZip.hbm.xml
  127. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  128. INFO: Mapping class: us.mn.state.health.lims.citystatezip.valueholder.CityStateZip -> CITY_STATE_ZIP
  129. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  130. INFO: Reading mappings from resource : us/mn/state/health/lims/citystatezip/valueholder/CityView.hbm.xml
  131. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  132. INFO: Mapping class: us.mn.state.health.lims.citystatezip.valueholder.CityView -> CITY_VIEW
  133. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  134. INFO: Reading mappings from resource : us/mn/state/health/lims/citystatezip/valueholder/StateView.hbm.xml
  135. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  136. INFO: Mapping class: us.mn.state.health.lims.citystatezip.valueholder.StateView -> STATE_VIEW
  137. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  138. INFO: Reading mappings from resource : us/mn/state/health/lims/codeelementtype/valueholder/CodeElementType.hbm.xml
  139. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  140. INFO: Mapping class: us.mn.state.health.lims.codeelementtype.valueholder.CodeElementType -> CODE_ELEMENT_TYPE
  141. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  142. INFO: Reading mappings from resource : us/mn/state/health/lims/codeelementxref/valueholder/CodeElementXref.hbm.xml
  143. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  144. INFO: Mapping class: us.mn.state.health.lims.codeelementxref.valueholder.CodeElementXref -> CODE_ELEMENT_XREF
  145. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  146. INFO: Reading mappings from resource : us/mn/state/health/lims/county/valueholder/County.hbm.xml
  147. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  148. INFO: Mapping class: us.mn.state.health.lims.county.valueholder.County -> COUNTY
  149. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  150. INFO: Reading mappings from resource : us/mn/state/health/lims/dictionary/valueholder/Dictionary.hbm.xml
  151. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  152. INFO: Mapping class: us.mn.state.health.lims.dictionary.valueholder.Dictionary -> DICTIONARY
  153. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  154. INFO: Reading mappings from resource : us/mn/state/health/lims/dictionarycategory/valueholder/DictionaryCategory.hbm.xml
  155. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  156. INFO: Mapping class: us.mn.state.health.lims.dictionarycategory.valueholder.DictionaryCategory -> DICTIONARY_CATEGORY
  157. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  158. INFO: Reading mappings from resource : us/mn/state/health/lims/gender/valueholder/Gender.hbm.xml
  159. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  160. INFO: Mapping class: us.mn.state.health.lims.gender.valueholder.Gender -> GENDER
  161. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  162. INFO: Reading mappings from resource : us/mn/state/health/lims/label/valueholder/Label.hbm.xml
  163. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  164. INFO: Mapping class: us.mn.state.health.lims.label.valueholder.Label -> LABEL
  165. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  166. INFO: Reading mappings from resource : us/mn/state/health/lims/messageorganization/valueholder/MessageOrganization.hbm.xml
  167. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  168. INFO: Mapping class: us.mn.state.health.lims.messageorganization.valueholder.MessageOrganization -> MESSAGE_ORG
  169. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  170. INFO: Reading mappings from resource : us/mn/state/health/lims/method/valueholder/Method.hbm.xml
  171. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  172. INFO: Mapping class: us.mn.state.health.lims.method.valueholder.Method -> METHOD
  173. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  174. INFO: Reading mappings from resource : us/mn/state/health/lims/note/valueholder/Note.hbm.xml
  175. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  176. INFO: Mapping class: us.mn.state.health.lims.note.valueholder.Note -> NOTE
  177. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  178. INFO: Reading mappings from resource : us/mn/state/health/lims/organization/valueholder/Organization.hbm.xml
  179. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  180. INFO: Mapping class: us.mn.state.health.lims.organization.valueholder.Organization -> ORGANIZATION
  181. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindCollection
  182. INFO: Mapping collection: us.mn.state.health.lims.organization.valueholder.Organization.organizationTypes -> organization_organization_type
  183. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  184. INFO: Reading mappings from resource : us/mn/state/health/lims/panel/valueholder/Panel.hbm.xml
  185. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  186. INFO: Mapping class: us.mn.state.health.lims.panel.valueholder.Panel -> PANEL
  187. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  188. INFO: Reading mappings from resource : us/mn/state/health/lims/panelitem/valueholder/PanelItem.hbm.xml
  189. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  190. INFO: Mapping class: us.mn.state.health.lims.panelitem.valueholder.PanelItem -> PANEL_ITEM
  191. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  192. INFO: Reading mappings from resource : us/mn/state/health/lims/patient/valueholder/Patient.hbm.xml
  193. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  194. INFO: Mapping class: us.mn.state.health.lims.patient.valueholder.Patient -> PATIENT
  195. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  196. INFO: Reading mappings from resource : us/mn/state/health/lims/patienttype/valueholder/PatientType.hbm.xml
  197. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  198. INFO: Mapping class: us.mn.state.health.lims.patienttype.valueholder.PatientType -> PATIENT_TYPE
  199. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  200. INFO: Reading mappings from resource : us/mn/state/health/lims/person/valueholder/Person.hbm.xml
  201. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  202. INFO: Mapping class: us.mn.state.health.lims.person.valueholder.Person -> PERSON
  203. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  204. INFO: Reading mappings from resource : us/mn/state/health/lims/program/valueholder/Program.hbm.xml
  205. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  206. INFO: Mapping class: us.mn.state.health.lims.program.valueholder.Program -> PROGRAM
  207. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  208. INFO: Reading mappings from resource : us/mn/state/health/lims/project/valueholder/Project.hbm.xml
  209. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  210. INFO: Mapping class: us.mn.state.health.lims.project.valueholder.Project -> PROJECT
  211. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindCollection
  212. INFO: Mapping collection: us.mn.state.health.lims.project.valueholder.Project.organizations -> project_organization
  213. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  214. INFO: Reading mappings from resource : us/mn/state/health/lims/provider/valueholder/Provider.hbm.xml
  215. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  216. INFO: Mapping class: us.mn.state.health.lims.provider.valueholder.Provider -> PROVIDER
  217. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  218. INFO: Reading mappings from resource : us/mn/state/health/lims/qaevent/valueholder/QaEvent.hbm.xml
  219. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  220. INFO: Mapping class: us.mn.state.health.lims.qaevent.valueholder.QaEvent -> QA_EVENT
  221. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  222. INFO: Reading mappings from resource : us/mn/state/health/lims/receivercodeelement/valueholder/ReceiverCodeElement.hbm.xml
  223. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  224. INFO: Mapping class: us.mn.state.health.lims.receivercodeelement.valueholder.ReceiverCodeElement -> RECEIVER_CODE_ELEMENT
  225. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  226. INFO: Reading mappings from resource : us/mn/state/health/lims/referencetables/valueholder/ReferenceTables.hbm.xml
  227. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  228. INFO: Mapping class: us.mn.state.health.lims.referencetables.valueholder.ReferenceTables -> REFERENCE_TABLES
  229. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  230. INFO: Reading mappings from resource : us/mn/state/health/lims/region/valueholder/Region.hbm.xml
  231. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  232. INFO: Mapping class: us.mn.state.health.lims.region.valueholder.Region -> REGION
  233. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  234. INFO: Reading mappings from resource : us/mn/state/health/lims/reports/send/sample/valueholder/SampleTransmissionSequence.hbm.xml
  235. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  236. INFO: Mapping class: us.mn.state.health.lims.reports.send.sample.valueholder.SampleTransmissionSequence -> HL7_TRANSMISSION_SEQUENCE
  237. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  238. INFO: Reading mappings from resource : us/mn/state/health/lims/result/valueholder/Result.hbm.xml
  239. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  240. INFO: Mapping class: us.mn.state.health.lims.result.valueholder.Result -> RESULT
  241. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  242. INFO: Reading mappings from resource : us/mn/state/health/lims/result/valueholder/ResultSignature.hbm.xml
  243. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  244. INFO: Mapping class: us.mn.state.health.lims.result.valueholder.ResultSignature -> RESULT_SIGNATURE
  245. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  246. INFO: Reading mappings from resource : us/mn/state/health/lims/result/valueholder/ResultInventory.hbm.xml
  247. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  248. INFO: Mapping class: us.mn.state.health.lims.result.valueholder.ResultInventory -> RESULT_INVENTORY
  249. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  250. INFO: Reading mappings from resource : us/mn/state/health/lims/resultlimits/valueholder/ResultLimit.hbm.xml
  251. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  252. INFO: Mapping class: us.mn.state.health.lims.resultlimits.valueholder.ResultLimit -> RESULT_LIMITS
  253. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  254. INFO: Reading mappings from resource : us/mn/state/health/lims/sample/valueholder/Sample.hbm.xml
  255. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  256. INFO: Mapping class: us.mn.state.health.lims.sample.valueholder.Sample -> SAMPLE
  257. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindJoin
  258. INFO: Mapping class join: us.mn.state.health.lims.sample.valueholder.Sample -> SAMPLE_HUMAN
  259. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  260. INFO: Reading mappings from resource : us/mn/state/health/lims/sampledomain/valueholder/SampleDomain.hbm.xml
  261. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  262. INFO: Mapping class: us.mn.state.health.lims.sampledomain.valueholder.SampleDomain -> SAMPLE_DOMAIN
  263. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  264. INFO: Reading mappings from resource : us/mn/state/health/lims/samplehuman/valueholder/SampleHuman.hbm.xml
  265. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  266. INFO: Mapping class: us.mn.state.health.lims.samplehuman.valueholder.SampleHuman -> SAMPLE_HUMAN
  267. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  268. INFO: Reading mappings from resource : us/mn/state/health/lims/sampleitem/valueholder/SampleItem.hbm.xml
  269. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  270. INFO: Mapping class: us.mn.state.health.lims.sampleitem.valueholder.SampleItem -> SAMPLE_ITEM
  271. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  272. INFO: Reading mappings from resource : us/mn/state/health/lims/sampleorganization/valueholder/SampleOrganization.hbm.xml
  273. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  274. INFO: Mapping class: us.mn.state.health.lims.sampleorganization.valueholder.SampleOrganization -> SAMPLE_ORGANIZATION
  275. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  276. INFO: Reading mappings from resource : us/mn/state/health/lims/sampleproject/valueholder/SampleProject.hbm.xml
  277. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  278. INFO: Mapping class: us.mn.state.health.lims.sampleproject.valueholder.SampleProject -> SAMPLE_PROJECTS
  279. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  280. INFO: Reading mappings from resource : us/mn/state/health/lims/sampleqaevent/valueholder/SampleQaEvent.hbm.xml
  281. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  282. INFO: Mapping class: us.mn.state.health.lims.sampleqaevent.valueholder.SampleQaEvent -> SAMPLE_QAEVENT
  283. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  284. INFO: Reading mappings from resource : us/mn/state/health/lims/sampleqaeventaction/valueholder/SampleQaEventAction.hbm.xml
  285. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  286. INFO: Mapping class: us.mn.state.health.lims.sampleqaeventaction.valueholder.SampleQaEventAction -> SAMPLE_QAEVENT_ACTION
  287. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  288. INFO: Reading mappings from resource : us/mn/state/health/lims/sampletracking/valueholder/SampleTracking.hbm.xml
  289. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  290. INFO: Mapping class: us.mn.state.health.lims.sampletracking.valueholder.SampleTracking -> SAMPLETRACKING
  291. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.Configuration addResource
  292. INFO: Reading mappings from resource : us/mn/state/health/lims/scriptlet/valueholder/Scriptlet.hbm.xml
  293. Jun 22, 2022 9:39:52 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  294. INFO: Mapping class: us.mn.state.health.lims.scriptlet.valueholder.Scriptlet -> SCRIPTLET
  295. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  296. INFO: Reading mappings from resource : us/mn/state/health/lims/sourceofsample/valueholder/SourceOfSample.hbm.xml
  297. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  298. INFO: Mapping class: us.mn.state.health.lims.sourceofsample.valueholder.SourceOfSample -> SOURCE_OF_SAMPLE
  299. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  300. INFO: Reading mappings from resource : us/mn/state/health/lims/statusofsample/valueholder/StatusOfSample.hbm.xml
  301. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  302. INFO: Mapping class: us.mn.state.health.lims.statusofsample.valueholder.StatusOfSample -> STATUS_OF_SAMPLE
  303. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  304. INFO: Reading mappings from resource : us/mn/state/health/lims/systemuser/valueholder/SystemUser.hbm.xml
  305. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  306. INFO: Mapping class: us.mn.state.health.lims.systemuser.valueholder.SystemUser -> SYSTEM_USER
  307. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  308. INFO: Reading mappings from resource : us/mn/state/health/lims/test/valueholder/Test.hbm.xml
  309. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  310. INFO: Mapping class: us.mn.state.health.lims.test.valueholder.Test -> TEST
  311. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  312. INFO: Reading mappings from resource : us/mn/state/health/lims/test/valueholder/TestSection.hbm.xml
  313. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  314. INFO: Mapping class: us.mn.state.health.lims.test.valueholder.TestSection -> TEST_SECTION
  315. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  316. INFO: Reading mappings from resource : us/mn/state/health/lims/testanalyte/valueholder/TestAnalyte.hbm.xml
  317. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  318. INFO: Mapping class: us.mn.state.health.lims.testanalyte.valueholder.TestAnalyte -> TEST_ANALYTE
  319. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  320. INFO: Reading mappings from resource : us/mn/state/health/lims/testanalyte/valueholder/TestAnalyteTestResult.hbm.xml
  321. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  322. INFO: Mapping class: us.mn.state.health.lims.testanalyte.valueholder.TestAnalyteTestResult -> TEST_ANALYTE_TEST_RESULT
  323. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  324. INFO: Reading mappings from resource : us/mn/state/health/lims/testreflex/valueholder/TestReflex.hbm.xml
  325. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  326. INFO: Mapping class: us.mn.state.health.lims.testreflex.valueholder.TestReflex -> TEST_REFLEX
  327. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  328. INFO: Reading mappings from resource : us/mn/state/health/lims/testresult/valueholder/TestResult.hbm.xml
  329. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  330. INFO: Mapping class: us.mn.state.health.lims.testresult.valueholder.TestResult -> TEST_RESULT
  331. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  332. INFO: Reading mappings from resource : us/mn/state/health/lims/testtrailer/valueholder/TestTrailer.hbm.xml
  333. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  334. INFO: Mapping class: us.mn.state.health.lims.testtrailer.valueholder.TestTrailer -> TEST_TRAILER
  335. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  336. INFO: Reading mappings from resource : us/mn/state/health/lims/typeofsample/valueholder/TypeOfSample.hbm.xml
  337. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  338. INFO: Mapping class: us.mn.state.health.lims.typeofsample.valueholder.TypeOfSample -> TYPE_OF_SAMPLE
  339. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  340. INFO: Reading mappings from resource : us/mn/state/health/lims/typeoftestresult/valueholder/TypeOfTestResult.hbm.xml
  341. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  342. INFO: Mapping class: us.mn.state.health.lims.typeoftestresult.valueholder.TypeOfTestResult -> TYPE_OF_TEST_RESULT
  343. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  344. INFO: Reading mappings from resource : us/mn/state/health/lims/unitofmeasure/valueholder/UnitOfMeasure.hbm.xml
  345. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  346. INFO: Mapping class: us.mn.state.health.lims.unitofmeasure.valueholder.UnitOfMeasure -> UNIT_OF_MEASURE
  347. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  348. INFO: Reading mappings from resource : us/mn/state/health/lims/systemmodule/valueholder/SystemModule.hbm.xml
  349. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  350. INFO: Mapping class: us.mn.state.health.lims.systemmodule.valueholder.SystemModule -> SYSTEM_MODULE
  351. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  352. INFO: Reading mappings from resource : us/mn/state/health/lims/systemusermodule/valueholder/SystemUserModule.hbm.xml
  353. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  354. INFO: Mapping class: us.mn.state.health.lims.systemusermodule.valueholder.SystemUserModule -> SYSTEM_USER_MODULE
  355. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  356. INFO: Reading mappings from resource : us/mn/state/health/lims/systemusersection/valueholder/SystemUserSection.hbm.xml
  357. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  358. INFO: Mapping class: us.mn.state.health.lims.systemusersection.valueholder.SystemUserSection -> SYSTEM_USER_SECTION
  359. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  360. INFO: Reading mappings from resource : us/mn/state/health/lims/login/valueholder/Login.hbm.xml
  361. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  362. INFO: Mapping class: us.mn.state.health.lims.login.valueholder.Login -> LOGIN_USER
  363. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  364. INFO: Reading mappings from resource : us/mn/state/health/lims/samplepdf/valueholder/SamplePdf.hbm.xml
  365. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  366. INFO: Mapping class: us.mn.state.health.lims.samplepdf.valueholder.SamplePdf -> SAMPLE_PDF
  367. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  368. INFO: Reading mappings from resource : us/mn/state/health/lims/samplenewborn/valueholder/SampleNewborn.hbm.xml
  369. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  370. INFO: Mapping class: us.mn.state.health.lims.samplenewborn.valueholder.SampleNewborn -> SAMPLE_NEWBORN
  371. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  372. INFO: Reading mappings from resource : us/mn/state/health/lims/patientrelation/valueholder/PatientRelation.hbm.xml
  373. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  374. INFO: Mapping class: us.mn.state.health.lims.patientrelation.valueholder.PatientRelation -> PATIENT_RELATIONS
  375. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  376. INFO: Reading mappings from resource : us/mn/state/health/lims/patientidentity/valueholder/PatientIdentity.hbm.xml
  377. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  378. INFO: Mapping class: us.mn.state.health.lims.patientidentity.valueholder.PatientIdentity -> PATIENT_IDENTITY
  379. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  380. INFO: Reading mappings from resource : us/mn/state/health/lims/patientidentitytype/valueholder/PatientIdentityType.hbm.xml
  381. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  382. INFO: Mapping class: us.mn.state.health.lims.patientidentitytype.valueholder.PatientIdentityType -> PATIENT_IDENTITY_TYPE
  383. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  384. INFO: Reading mappings from resource : us/mn/state/health/lims/patienttype/valueholder/PatientPatientType.hbm.xml
  385. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  386. INFO: Mapping class: us.mn.state.health.lims.patienttype.valueholder.PatientPatientType -> PATIENT_PATIENT_TYPE
  387. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  388. INFO: Reading mappings from resource : us/mn/state/health/lims/typeofsample/valueholder/TypeOfSamplePanel.hbm.xml
  389. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  390. INFO: Mapping class: us.mn.state.health.lims.typeofsample.valueholder.TypeOfSamplePanel -> SAMPLETYPE_PANEL
  391. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  392. INFO: Reading mappings from resource : us/mn/state/health/lims/typeofsample/valueholder/TypeOfSampleTest.hbm.xml
  393. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  394. INFO: Mapping class: us.mn.state.health.lims.typeofsample.valueholder.TypeOfSampleTest -> SAMPLETYPE_TEST
  395. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  396. INFO: Reading mappings from resource : us/mn/state/health/lims/inventory/valueholder/InventoryItem.hbm.xml
  397. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  398. INFO: Mapping class: us.mn.state.health.lims.inventory.valueholder.InventoryItem -> inventory_item
  399. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  400. INFO: Reading mappings from resource : us/mn/state/health/lims/inventory/valueholder/InventoryLocation.hbm.xml
  401. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  402. INFO: Mapping class: us.mn.state.health.lims.inventory.valueholder.InventoryLocation -> inventory_location
  403. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  404. INFO: Reading mappings from resource : us/mn/state/health/lims/inventory/valueholder/InventoryReceipt.hbm.xml
  405. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  406. INFO: Mapping class: us.mn.state.health.lims.inventory.valueholder.InventoryReceipt -> inventory_receipt
  407. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  408. INFO: Reading mappings from resource : us/mn/state/health/lims/role/valueholder/Role.hbm.xml
  409. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  410. INFO: Mapping class: us.mn.state.health.lims.role.valueholder.Role -> system_role
  411. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  412. INFO: Reading mappings from resource : us/mn/state/health/lims/userrole/valueholder/UserRole.hbm.xml
  413. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  414. INFO: Mapping class: us.mn.state.health.lims.userrole.valueholder.UserRole -> system_user_role
  415. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  416. INFO: Reading mappings from resource : us/mn/state/health/lims/systemusermodule/valueholder/SystemRoleModule.hbm.xml
  417. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  418. INFO: Mapping class: us.mn.state.health.lims.systemusermodule.valueholder.RoleModule -> SYSTEM_ROLE_MODULE
  419. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  420. INFO: Reading mappings from resource : us/mn/state/health/lims/analyzer/valueholder/Analyzer.hbm.xml
  421. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  422. INFO: Mapping class: us.mn.state.health.lims.analyzer.valueholder.Analyzer -> analyzer
  423. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  424. INFO: Reading mappings from resource : us/mn/state/health/lims/analyzerresults/valueholder/AnalyzerResults.hbm.xml
  425. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  426. INFO: Mapping class: us.mn.state.health.lims.analyzerresults.valueholder.AnalyzerResults -> ANALYZER_RESULTS
  427. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  428. INFO: Reading mappings from resource : us/mn/state/health/lims/organization/valueholder/OrganizationType.hbm.xml
  429. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  430. INFO: Mapping class: us.mn.state.health.lims.organization.valueholder.OrganizationType -> ORGANIZATION_TYPE
  431. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindCollection
  432. INFO: Mapping collection: us.mn.state.health.lims.organization.valueholder.OrganizationType.organizations -> organization_organization_type
  433. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  434. INFO: Reading mappings from resource : us/mn/state/health/lims/requester/valueholder/SampleRequester.hbm.xml
  435. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  436. INFO: Mapping class: us.mn.state.health.lims.requester.valueholder.SampleRequester -> sample_requester
  437. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  438. INFO: Reading mappings from resource : us/mn/state/health/lims/common/valueholder/DatabaseChangeLog.hbm.xml
  439. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  440. INFO: Mapping class: us.mn.state.health.lims.common.valueholder.DatabaseChangeLog -> databasechangelog
  441. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  442. INFO: Reading mappings from resource : us/mn/state/health/lims/siteinformation/valueholder/SiteInformation.hbm.xml
  443. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  444. INFO: Mapping class: us.mn.state.health.lims.siteinformation.valueholder.SiteInformation -> site_information
  445. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  446. INFO: Reading mappings from resource : us/mn/state/health/lims/siteinformation/valueholder/SiteInformationDomain.hbm.xml
  447. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  448. INFO: Mapping class: us.mn.state.health.lims.siteinformation.valueholder.SiteInformationDomain -> site_information_domain
  449. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  450. INFO: Reading mappings from resource : us/mn/state/health/lims/observationhistory/valueholder/ObservationHistory.hbm.xml
  451. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  452. INFO: Mapping class: us.mn.state.health.lims.observationhistory.valueholder.ObservationHistory -> observation_history
  453. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  454. INFO: Reading mappings from resource : us/mn/state/health/lims/observationhistorytype/valueholder/ObservationHistoryType.hbm.xml
  455. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  456. INFO: Mapping class: us.mn.state.health.lims.observationhistorytype.valueholder.ObservationHistoryType -> observation_history_type
  457. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  458. INFO: Reading mappings from resource : us/mn/state/health/lims/analyzerimport/valueholder/AnalyzerTestMapping.hbm.xml
  459. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  460. INFO: Mapping class: us.mn.state.health.lims.analyzerimport.valueholder.AnalyzerTestMapping -> analyzer_test_map
  461. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  462. INFO: Reading mappings from resource : us/mn/state/health/lims/referral/valueholder/ReferralReason.hbm.xml
  463. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  464. INFO: Mapping class: us.mn.state.health.lims.referral.valueholder.ReferralReason -> referral_reason
  465. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  466. INFO: Reading mappings from resource : us/mn/state/health/lims/referral/valueholder/ReferralType.hbm.xml
  467. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  468. INFO: Mapping class: us.mn.state.health.lims.referral.valueholder.ReferralType -> referral_type
  469. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  470. INFO: Reading mappings from resource : us/mn/state/health/lims/referral/valueholder/Referral.hbm.xml
  471. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  472. INFO: Mapping class: us.mn.state.health.lims.referral.valueholder.Referral -> referral
  473. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  474. INFO: Reading mappings from resource : us/mn/state/health/lims/referral/valueholder/ReferralResult.hbm.xml
  475. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  476. INFO: Mapping class: us.mn.state.health.lims.referral.valueholder.ReferralResult -> referral_result
  477. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  478. INFO: Reading mappings from resource : us/mn/state/health/lims/testcodes/valueholder/TestCodeType.hbm.xml
  479. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  480. INFO: Mapping class: us.mn.state.health.lims.testcodes.valueholder.TestCodeType -> test_code_type
  481. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  482. INFO: Reading mappings from resource : us/mn/state/health/lims/testcodes/valueholder/OrganizationHL7Schema.hbm.xml
  483. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  484. INFO: Mapping class: us.mn.state.health.lims.testcodes.valueholder.OrganizationHL7Schema -> org_hl7_encoding_type
  485. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  486. INFO: Reading mappings from resource : us/mn/state/health/lims/testcodes/valueholder/TestCode.hbm.xml
  487. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  488. INFO: Mapping class: us.mn.state.health.lims.testcodes.valueholder.TestCode -> test_code
  489. Jun 22, 2022 9:39:53 PM org.hibernate.cfg.Configuration addResource
  490. INFO: Reading mappings from resource : us/mn/state/health/lims/requester/valueholder/RequesterType.hbm.xml
  491. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  492. INFO: Mapping class: us.mn.state.health.lims.requester.valueholder.RequesterType -> requester_type
  493. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.Configuration addResource
  494. INFO: Reading mappings from resource : us/mn/state/health/lims/address/valueholder/AddressPart.hbm.xml
  495. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  496. INFO: Mapping class: us.mn.state.health.lims.address.valueholder.AddressPart -> address_part
  497. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.Configuration addResource
  498. INFO: Reading mappings from resource : us/mn/state/health/lims/address/valueholder/OrganizationAddress.hbm.xml
  499. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  500. INFO: Mapping class: us.mn.state.health.lims.address.valueholder.OrganizationAddress -> organization_address
  501. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.Configuration addResource
  502. INFO: Reading mappings from resource : us/mn/state/health/lims/address/valueholder/PersonAddress.hbm.xml
  503. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  504. INFO: Mapping class: us.mn.state.health.lims.address.valueholder.PersonAddress -> person_address
  505. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.Configuration addResource
  506. INFO: Reading mappings from resource : us/mn/state/health/lims/organization/valueholder/OrganizationContact.hbm.xml
  507. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  508. INFO: Mapping class: us.mn.state.health.lims.organization.valueholder.OrganizationContact -> organization_contact
  509. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.Configuration addResource
  510. INFO: Reading mappings from resource : us/mn/state/health/lims/menu/valueholder/Menu.hbm.xml
  511. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  512. INFO: Mapping class: us.mn.state.health.lims.menu.valueholder.Menu -> MENU
  513. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.Configuration addResource
  514. INFO: Reading mappings from resource : us/mn/state/health/lims/scheduler/valueholder/CronScheduler.hbm.xml
  515. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  516. INFO: Mapping class: us.mn.state.health.lims.scheduler.valueholder.CronScheduler -> quartz_cron_scheduler
  517. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.Configuration addResource
  518. INFO: Reading mappings from resource : us/mn/state/health/lims/dataexchange/aggregatereporting/valueholder/ReportExternalExport.hbm.xml
  519. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  520. INFO: Mapping class: us.mn.state.health.lims.dataexchange.aggregatereporting.valueholder.ReportExternalExport -> report_external_export
  521. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.Configuration addResource
  522. INFO: Reading mappings from resource : us/mn/state/health/lims/dataexchange/aggregatereporting/valueholder/ReportQueueType.hbm.xml
  523. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  524. INFO: Mapping class: us.mn.state.health.lims.dataexchange.aggregatereporting.valueholder.ReportQueueType -> report_queue_type
  525. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.Configuration addResource
  526. INFO: Reading mappings from resource : us/mn/state/health/lims/dataexchange/aggregatereporting/valueholder/ReportExternalImport.hbm.xml
  527. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  528. INFO: Mapping class: us.mn.state.health.lims.dataexchange.aggregatereporting.valueholder.ReportExternalImport -> report_external_import
  529. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.Configuration addResource
  530. INFO: Reading mappings from resource : us/mn/state/health/lims/reports/valueholder/DocumentTrack.hbm.xml
  531. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  532. INFO: Mapping class: us.mn.state.health.lims.reports.valueholder.DocumentTrack -> document_track
  533. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.Configuration addResource
  534. INFO: Reading mappings from resource : us/mn/state/health/lims/reports/valueholder/DocumentType.hbm.xml
  535. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  536. INFO: Mapping class: us.mn.state.health.lims.reports.valueholder.DocumentType -> document_type
  537. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.Configuration addResource
  538. INFO: Reading mappings from resource : us/mn/state/health/lims/laborder/valueholder/LabOrderItem.hbm.xml
  539. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  540. INFO: Mapping class: us.mn.state.health.lims.laborder.valueholder.LabOrderItem -> lab_order_item
  541. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.Configuration addResource
  542. INFO: Reading mappings from resource : us/mn/state/health/lims/laborder/valueholder/LabOrderType.hbm.xml
  543. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  544. INFO: Mapping class: us.mn.state.health.lims.laborder.valueholder.LabOrderType -> lab_order_type
  545. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.Configuration addResource
  546. INFO: Reading mappings from resource : us/mn/state/health/lims/qaevent/valueholder/QaObservationType.hbm.xml
  547. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  548. INFO: Mapping class: us.mn.state.health.lims.qaevent.valueholder.QaObservationType -> QA_OBSERVATION_TYPE
  549. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.Configuration addResource
  550. INFO: Reading mappings from resource : us/mn/state/health/lims/qaevent/valueholder/QaObservation.hbm.xml
  551. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  552. INFO: Mapping class: us.mn.state.health.lims.qaevent.valueholder.QaObservation -> QA_OBSERVATION
  553. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.Configuration addResource
  554. INFO: Reading mappings from resource : org/bahmni/feed/openelis/externalreference/valueholder/ExternalReference.hbm.xml
  555. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  556. INFO: Mapping class: org.bahmni.feed.openelis.externalreference.valueholder.ExternalReference -> external_reference
  557. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.Configuration addResource
  558. INFO: Reading mappings from resource : us/mn/state/health/lims/samplesource/valueholder/SampleSource.hbm.xml
  559. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  560. INFO: Mapping class: us.mn.state.health.lims.samplesource.valueholder.SampleSource -> sample_source
  561. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.Configuration addResource
  562. INFO: Reading mappings from resource : us/mn/state/health/lims/typeofteststatus/valueholder/TypeOfTestStatus.hbm.xml
  563. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  564. INFO: Mapping class: us.mn.state.health.lims.typeofteststatus.valueholder.TypeOfTestStatus -> TYPE_OF_TEST_STATUS
  565. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.Configuration addResource
  566. INFO: Reading mappings from resource : us/mn/state/health/lims/teststatus/valueholder/TestStatus.hbm.xml
  567. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
  568. INFO: Mapping class: us.mn.state.health.lims.teststatus.valueholder.TestStatus -> TEST_STATUS
  569. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.Configuration doConfigure
  570. INFO: Configured SessionFactory: null
  571. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  572. INFO: Mapping collection: us.mn.state.health.lims.analysis.valueholder.Analysis.results -> RESULT
  573. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  574. INFO: Mapping collection: us.mn.state.health.lims.patient.valueholder.Patient.patientIdentities -> PATIENT_IDENTITY
  575. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  576. INFO: Mapping collection: us.mn.state.health.lims.region.valueholder.Region.counties -> COUNTY
  577. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  578. INFO: Mapping collection: us.mn.state.health.lims.result.valueholder.Result.resultSignatures -> RESULT_SIGNATURE
  579. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  580. INFO: Mapping collection: us.mn.state.health.lims.result.valueholder.Result.notes -> NOTE
  581. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  582. INFO: Mapping collection: us.mn.state.health.lims.sample.valueholder.Sample.sampleItems -> SAMPLE_ITEM
  583. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  584. INFO: Mapping collection: us.mn.state.health.lims.sampleitem.valueholder.SampleItem.analyses -> ANALYSIS
  585. Jun 22, 2022 9:39:54 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
  586. INFO: Mapping collection: us.mn.state.health.lims.referral.valueholder.Referral.referralResults -> referral_result
  587. Jun 22, 2022 9:39:54 PM org.hibernate.mapping.RootClass checkCompositeIdentifier
  588. WARNING: composite-id class does not override equals(): us.mn.state.health.lims.analyzerimport.valueholder.AnalyzerTestMappingPK
  589. Jun 22, 2022 9:39:54 PM org.hibernate.mapping.RootClass checkCompositeIdentifier
  590. WARNING: composite-id class does not override hashCode(): us.mn.state.health.lims.analyzerimport.valueholder.AnalyzerTestMappingPK
  591. Jun 22, 2022 9:39:54 PM org.hibernate.mapping.RootClass checkCompositeIdentifier
  592. WARNING: composite-id class does not override equals(): us.mn.state.health.lims.userrole.valueholder.UserRolePK
  593. Jun 22, 2022 9:39:54 PM org.hibernate.mapping.RootClass checkCompositeIdentifier
  594. WARNING: composite-id class does not override hashCode(): us.mn.state.health.lims.userrole.valueholder.UserRolePK
  595. Jun 22, 2022 9:39:54 PM org.hibernate.mapping.RootClass checkCompositeIdentifier
  596. WARNING: composite-id class does not override equals(): us.mn.state.health.lims.address.valueholder.AddressPK
  597. Jun 22, 2022 9:39:54 PM org.hibernate.mapping.RootClass checkCompositeIdentifier
  598. WARNING: composite-id class does not override hashCode(): us.mn.state.health.lims.address.valueholder.AddressPK
  599. Jun 22, 2022 9:39:54 PM org.hibernate.mapping.RootClass checkCompositeIdentifier
  600. WARNING: composite-id class does not override hashCode(): us.mn.state.health.lims.requester.valueholder.SampleRequester
  601. Jun 22, 2022 9:39:54 PM org.hibernate.mapping.RootClass checkCompositeIdentifier
  602. WARNING: composite-id class does not override equals(): us.mn.state.health.lims.testcodes.valueholder.TestSchemaPK
  603. Jun 22, 2022 9:39:54 PM org.hibernate.mapping.RootClass checkCompositeIdentifier
  604. WARNING: composite-id class does not override hashCode(): us.mn.state.health.lims.testcodes.valueholder.TestSchemaPK
  605. Jun 22, 2022 9:39:54 PM org.hibernate.mapping.RootClass checkCompositeIdentifier
  606. WARNING: composite-id class does not override equals(): us.mn.state.health.lims.address.valueholder.AddressPK
  607. Jun 22, 2022 9:39:54 PM org.hibernate.mapping.RootClass checkCompositeIdentifier
  608. WARNING: composite-id class does not override hashCode(): us.mn.state.health.lims.address.valueholder.AddressPK
  609. Jun 22, 2022 9:39:54 PM org.hibernate.mapping.RootClass checkCompositeIdentifier
  610. WARNING: composite-id class does not override equals(): us.mn.state.health.lims.testcodes.valueholder.OrganizationSchemaPK
  611. Jun 22, 2022 9:39:54 PM org.hibernate.mapping.RootClass checkCompositeIdentifier
  612. WARNING: composite-id class does not override hashCode(): us.mn.state.health.lims.testcodes.valueholder.OrganizationSchemaPK
  613. Jun 22, 2022 9:39:55 PM org.hibernate.connection.C3P0ConnectionProvider configure
  614. INFO: C3P0 using driver: org.postgresql.Driver at URL: jdbc:postgresql://localhost:5432/clinlims
  615. Jun 22, 2022 9:39:55 PM org.hibernate.connection.C3P0ConnectionProvider configure
  616. INFO: Connection properties: {user=clinlims, password=****}
  617. Jun 22, 2022 9:39:55 PM org.hibernate.connection.C3P0ConnectionProvider configure
  618. INFO: autocommit mode: false
  619. Jun 22, 2022 9:39:55 PM com.mchange.v2.log.MLog <clinit>
  620. INFO: MLog clients using java 1.4+ standard logging.
  621. Jun 22, 2022 9:39:55 PM com.mchange.v2.c3p0.C3P0Registry banner
  622. INFO: Initializing c3p0-0.9.1 [built 16-January-2007 14:46:42; debug? true; trace: 10]
  623. Jun 22, 2022 9:39:55 PM com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource getPoolManager
  624. INFO: Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@ac72f97c [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@bc7db9ec [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, debugUnreturnedConnectionStackTraces -> false, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hge508ap12w6xvbgsphz8|1970d92b, idleConnectionTestPeriod -> 300, initialPoolSize -> 2, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 30, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 10, maxStatements -> 100, maxStatementsPerConnection -> 0, minPoolSize -> 2, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@8bd1ed83 [ description -> null, driverClass -> null, factoryClassLocation -> null, identityToken -> 1hge508ap12w6xvbgsphz8|7369cae7, jdbcUrl -> jdbc:postgresql://localhost:5432/clinlims, properties -> {user=******, password=******} ], preferredTestQuery -> null, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false; userOverrides: {} ], dataSourceName -> null, factoryClassLocation -> null, identityToken -> 1hge508ap12w6xvbgsphz8|5b250732, numHelperThreads -> 3 ]
  625. Jun 22, 2022 9:39:56 PM org.hibernate.cfg.SettingsFactory buildSettings
  626. INFO: RDBMS: PostgreSQL, version: 9.6.24
  627. Jun 22, 2022 9:39:56 PM org.hibernate.cfg.SettingsFactory buildSettings
  628. INFO: JDBC driver: PostgreSQL Native Driver, version: PostgreSQL 9.0 JDBC4 (build 801)
  629. Jun 22, 2022 9:39:56 PM org.hibernate.dialect.Dialect <init>
  630. INFO: Using dialect: org.hibernate.dialect.PostgreSQLDialect
  631. Jun 22, 2022 9:39:56 PM org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
  632. INFO: Using default transaction strategy (direct JDBC transactions)
  633. Jun 22, 2022 9:39:56 PM org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
  634. INFO: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
  635. Jun 22, 2022 9:39:56 PM org.hibernate.cfg.SettingsFactory buildSettings
  636. INFO: Automatic flush during beforeCompletion(): disabled
  637. Jun 22, 2022 9:39:56 PM org.hibernate.cfg.SettingsFactory buildSettings
  638. INFO: Automatic session close at end of transaction: disabled
  639. Jun 22, 2022 9:39:56 PM org.hibernate.cfg.SettingsFactory buildSettings
  640. INFO: JDBC batch size: 50
  641. Jun 22, 2022 9:39:56 PM org.hibernate.cfg.SettingsFactory buildSettings
  642. INFO: JDBC batch updates for versioned data: enabled
  643. Jun 22, 2022 9:39:56 PM org.hibernate.cfg.SettingsFactory buildSettings
  644. INFO: Scrollable result sets: enabled
  645. Jun 22, 2022 9:39:56 PM org.hibernate.cfg.SettingsFactory buildSettings
  646. INFO: JDBC3 getGeneratedKeys(): enabled
  647. Jun 22, 2022 9:39:56 PM org.hibernate.cfg.SettingsFactory buildSettings
  648. INFO: Connection release mode: auto
  649. Jun 22, 2022 9:39:56 PM org.hibernate.cfg.SettingsFactory buildSettings
  650. INFO: Default schema: clinlims
  651. Jun 22, 2022 9:39:56 PM org.hibernate.cfg.SettingsFactory buildSettings
  652. INFO: Default batch fetch size: 1
  653. Jun 22, 2022 9:39:56 PM org.hibernate.cfg.SettingsFactory buildSettings
  654. INFO: Generate SQL with comments: disabled
  655. Jun 22, 2022 9:39:56 PM org.hibernate.cfg.SettingsFactory buildSettings
  656. INFO: Order SQL updates by primary key: disabled
  657. Jun 22, 2022 9:39:56 PM org.hibernate.cfg.SettingsFactory buildSettings
  658. INFO: Order SQL inserts for batching: disabled
  659. Jun 22, 2022 9:39:56 PM org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
  660. INFO: Query translator: org.hibernate.hql.classic.ClassicQueryTranslatorFactory
  661. Jun 22, 2022 9:39:56 PM org.hibernate.cfg.SettingsFactory buildSettings
  662. INFO: Query language substitutions: {}
  663. Jun 22, 2022 9:39:56 PM org.hibernate.cfg.SettingsFactory buildSettings
  664. INFO: JPA-QL strict compliance: disabled
  665. Jun 22, 2022 9:39:56 PM org.hibernate.cfg.SettingsFactory buildSettings
  666. INFO: Second-level cache: disabled
  667. Jun 22, 2022 9:39:56 PM org.hibernate.cfg.SettingsFactory buildSettings
  668. INFO: Query cache: disabled
  669. Jun 22, 2022 9:39:56 PM org.hibernate.cfg.SettingsFactory buildSettings
  670. INFO: Optimize cache for minimal puts: disabled
  671. Jun 22, 2022 9:39:56 PM org.hibernate.cfg.SettingsFactory buildSettings
  672. INFO: Structured second-level cache entries: disabled
  673. Jun 22, 2022 9:39:56 PM org.hibernate.cfg.SettingsFactory buildSettings
  674. INFO: Statistics: disabled
  675. Jun 22, 2022 9:39:56 PM org.hibernate.cfg.SettingsFactory buildSettings
  676. INFO: Deleted entity synthetic identifier rollback: disabled
  677. Jun 22, 2022 9:39:56 PM org.hibernate.cfg.SettingsFactory buildSettings
  678. INFO: Default entity-mode: pojo
  679. Jun 22, 2022 9:39:56 PM org.hibernate.cfg.SettingsFactory buildSettings
  680. INFO: Named query checking : enabled
  681. Jun 22, 2022 9:39:56 PM org.hibernate.impl.SessionFactoryImpl <init>
  682. INFO: building session factory
  683. Jun 22, 2022 9:39:58 PM org.hibernate.impl.SessionFactoryObjectFactory addInstance
  684. INFO: Not binding factory to JNDI, no JNDI name configured
  685. Jun 22, 2022 9:40:00 PM org.apache.struts.tiles.TilesPlugin initDefinitionsFactory
  686. INFO: Tiles definition factory loaded for module ''.
  687. Jun 22, 2022 9:40:00 PM org.apache.struts.validator.ValidatorPlugIn initResources
  688. INFO: Loading validation rules file from '/WEB-INF/validator-rules.xml'
  689. Jun 22, 2022 9:40:00 PM org.apache.struts.validator.ValidatorPlugIn initResources
  690. INFO: Loading validation rules file from '/WEB-INF/validation-globalOpenELIS.xml'
  691. Jun 22, 2022 9:40:00 PM org.apache.struts.validator.ValidatorPlugIn initResources
  692. INFO: Loading validation rules file from '/WEB-INF/validation.xml'
  693. Jun 22, 2022 9:40:01 PM org.apache.commons.validator.FormSet addForm
  694. SEVERE: Form 'organizationForm' already exists in FormSet[default] - ignoring.
  695. Jun 22, 2022 9:40:01 PM org.apache.coyote.AbstractProtocol start
  696. INFO: Starting ProtocolHandler ["http-nio-8052"]
  697. Jun 22, 2022 9:41:01 PM org.apache.struts.tiles.TilesRequestProcessor initDefinitionsMapping
  698. INFO: Tiles definition factory found for request processor ''.
  699. Jun 22, 2022 9:41:01 PM org.apache.commons.validator.ValidatorResources getForm
  700. WARNING: Form 'WebServiceForm' not found for locale 'en_US'
  701. Jun 22, 2022 9:41:01 PM org.apache.commons.validator.ValidatorResources getForm
  702. WARNING: Form 'WebServiceForm' not found for locale 'en_US'
  703. Jun 22, 2022 9:41:16 PM org.apache.commons.validator.ValidatorResources getForm
  704. WARNING: Form 'WebServiceForm' not found for locale 'en_US'
  705. Jun 22, 2022 9:41:24 PM org.apache.commons.validator.ValidatorResources getForm
  706. WARNING: Form 'WebServiceForm' not found for locale 'en_US'
  707. 129022 [Thread-6] INFO org.quartz.core.QuartzScheduler - Scheduler OpenELIS-Scheduler_$_NON_CLUSTERED started.
  708. 130358 [OpenELIS-Scheduler_Worker-1] ERROR org.quartz.core.JobRunShell - Job atom-feed-openmrs-lab-failed.atom-feed-openmrs-lab-failedJob threw an unhandled Exception:
  709. java.lang.NullPointerException
  710. at org.bahmni.feed.openelis.feed.job.OpenELISFeedFailedEventsJob.processFailedEvents(OpenELISFeedFailedEventsJob.java:37)
  711. at org.bahmni.feed.openelis.feed.job.OpenELISFeedFailedEventsJob.execute(OpenELISFeedFailedEventsJob.java:30)
  712. at org.quartz.core.JobRunShell.run(JobRunShell.java:207)
  713. at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:560)
  714. 130359 [OpenELIS-Scheduler_Worker-1] ERROR org.quartz.core.ErrorLogger - Job (atom-feed-openmrs-lab-failed.atom-feed-openmrs-lab-failedJob threw an exception.
  715. org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.NullPointerException]
  716. at org.quartz.core.JobRunShell.run(JobRunShell.java:218)
  717. at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:560)
  718. Caused by: java.lang.NullPointerException
  719. at org.bahmni.feed.openelis.feed.job.OpenELISFeedFailedEventsJob.processFailedEvents(OpenELISFeedFailedEventsJob.java:37)
  720. at org.bahmni.feed.openelis.feed.job.OpenELISFeedFailedEventsJob.execute(OpenELISFeedFailedEventsJob.java:30)
  721. at org.quartz.core.JobRunShell.run(JobRunShell.java:207)
  722. ... 1 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement