Advertisement
jmpango

Untitled

Jan 18th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.36 KB | None | 0 0
  1. INFO - ServiceContext.doneRefreshingContext(913) |2016-01-18 20:09:14,635| Done refreshing Context
  2. ERROR - Listener.performWebStartOfModules(643) |2016-01-18 20:09:14,636| Unable to refresh the spring application context. Root Cause was:
  3. org.springframework.context.annotation.ConflictingBeanDefinitionException: Annotation-specified bean name 'loginPageController' for bean class [org.openmrs.module.aijar.page.controller.LoginPageController] conflicts with existing, non-compatible bean definition of same name and class [org.openmrs.module.referenceapplication.page.controller.LoginPageController]
  4. at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.checkCandidate(ClassPathBeanDefinitionScanner.java:312)
  5. at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.doScan(ClassPathBeanDefinitionScanner.java:253)
  6. at org.springframework.context.annotation.ComponentScanBeanDefinitionParser.parse(ComponentScanBeanDefinitionParser.java:84)
  7. at org.springframework.beans.factory.xml.NamespaceHandlerSupport.parse(NamespaceHandlerSupport.java:73)
  8. at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefinitionParserDelegate.java:1438)
  9. at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefinitionParserDelegate.java:1428)
  10. at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.parseBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:195)
  11. at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.doRegisterBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:139)
  12. at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.registerBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:108)
  13. at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerBeanDefinitions(XmlBeanDefinitionReader.java:493)
  14. at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:390)
  15. at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:334)
  16. at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:302)
  17. at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:174)
  18. at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:209)
  19. at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:180)
  20. at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:125)
  21. at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:94)
  22. at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:130)
  23. at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:537)
  24. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:451)
  25. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:832)
  26. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:962)
  27. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:630)
  28. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:609)
  29. at org.openmrs.web.Listener.startOpenmrs(Listener.java:252)
  30. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  31. WARN - Listener.performWebStartOfModules(672) |2016-01-18 20:09:14,640| caught another error:
  32. org.openmrs.api.APIException: Service not found: interface org.openmrs.scheduler.SchedulerService
  33. at org.openmrs.api.context.ServiceContext.getService(ServiceContext.java:755)
  34. at org.openmrs.api.context.ServiceContext.getSchedulerService(ServiceContext.java:310)
  35. at org.openmrs.api.context.Context.getSchedulerService(Context.java:529)
  36. at org.openmrs.module.web.WebModuleUtil.stopTasks(WebModuleUtil.java:382)
  37. at org.openmrs.module.web.WebModuleUtil.stopModule(WebModuleUtil.java:861)
  38. at org.openmrs.module.web.WebModuleUtil.shutdownModules(WebModuleUtil.java:804)
  39. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:649)
  40. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:609)
  41. at org.openmrs.web.Listener.startOpenmrs(Listener.java:252)
  42. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  43. WARN - ModuleFactory.stopModule(1097) |2016-01-18 20:09:14,641| Unable to call module's Activator.willStop() method
  44. org.openmrs.api.APIException: Service not found: interface org.openmrs.module.atlas.AtlasService
  45. at org.openmrs.api.context.ServiceContext.getService(ServiceContext.java:755)
  46. at org.openmrs.api.context.Context.getService(Context.java:974)
  47. at org.openmrs.module.atlas.AtlasModuleActivator.willStop(AtlasModuleActivator.java:66)
  48. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1094)
  49. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
  50. at org.openmrs.api.context.Context.shutdown(Context.java:942)
  51. at org.openmrs.web.Listener.startOpenmrs(Listener.java:258)
  52. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  53. WARN - ModuleFactory.stopModule(1203) |2016-01-18 20:09:14,706| Unable to call module's Activator.shutdown() method
  54. org.openmrs.api.APIException: Service not found: interface org.openmrs.module.appframework.service.AppFrameworkService
  55. at org.openmrs.api.context.ServiceContext.getService(ServiceContext.java:755)
  56. at org.openmrs.api.context.Context.getService(Context.java:974)
  57. at org.openmrs.module.referenceapplication.ReferenceApplicationActivator.stopped(ReferenceApplicationActivator.java:230)
  58. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1198)
  59. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1121)
  60. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1121)
  61. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1121)
  62. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
  63. at org.openmrs.api.context.Context.shutdown(Context.java:942)
  64. at org.openmrs.web.Listener.startOpenmrs(Listener.java:258)
  65. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  66. WARN - ModuleFactory.stopModule(1203) |2016-01-18 20:09:14,732| Unable to call module's Activator.shutdown() method
  67. java.lang.NullPointerException
  68. at org.openmrs.api.context.ServiceContext.getRegisteredComponents(ServiceContext.java:986)
  69. at org.openmrs.api.context.ServiceContext.getRegisteredComponents(ServiceContext.java:950)
  70. at org.openmrs.api.context.Context.getRegisteredComponents(Context.java:1274)
  71. at org.openmrs.module.chartsearch.ChartSearchActivator.getComponent(ChartSearchActivator.java:76)
  72. at org.openmrs.module.chartsearch.ChartSearchActivator.stopped(ChartSearchActivator.java:71)
  73. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1198)
  74. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1121)
  75. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1121)
  76. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1121)
  77. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
  78. at org.openmrs.api.context.Context.shutdown(Context.java:942)
  79. at org.openmrs.web.Listener.startOpenmrs(Listener.java:258)
  80. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  81. WARN - ModuleFactory.stopModule(1203) |2016-01-18 20:09:14,813| Unable to call module's Activator.shutdown() method
  82. org.openmrs.api.APIException: Service not found: interface org.openmrs.module.reporting.dataset.definition.service.DataSetDefinitionService
  83. at org.openmrs.api.context.ServiceContext.getService(ServiceContext.java:755)
  84. at org.openmrs.api.context.Context.getService(Context.java:974)
  85. at org.openmrs.module.appointmentschedulingui.AppointmentSchedulingUIActivator.removeDataSetDefinitions(AppointmentSchedulingUIActivator.java:107)
  86. at org.openmrs.module.appointmentschedulingui.AppointmentSchedulingUIActivator.stopped(AppointmentSchedulingUIActivator.java:95)
  87. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1198)
  88. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1121)
  89. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1121)
  90. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1121)
  91. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
  92. at org.openmrs.api.context.Context.shutdown(Context.java:942)
  93. at org.openmrs.web.Listener.startOpenmrs(Listener.java:258)
  94. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  95. WARN - ModuleFactory.stopModule(1097) |2016-01-18 20:09:14,910| Unable to call module's Activator.willStop() method
  96. java.lang.NullPointerException
  97. at org.openmrs.api.context.ServiceContext.getRegisteredComponents(ServiceContext.java:986)
  98. at org.openmrs.api.context.ServiceContext.getRegisteredComponents(ServiceContext.java:950)
  99. at org.openmrs.api.context.Context.getRegisteredComponents(Context.java:1274)
  100. at org.openmrs.module.reporting.ReportingModuleActivator.cancelAllScheduledTasks(ReportingModuleActivator.java:65)
  101. at org.openmrs.module.reporting.ReportingModuleActivator.willStop(ReportingModuleActivator.java:47)
  102. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1094)
  103. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
  104. at org.openmrs.api.context.Context.shutdown(Context.java:942)
  105. at org.openmrs.web.Listener.startOpenmrs(Listener.java:258)
  106. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  107. WARN - ModuleFactory.stopModule(1203) |2016-01-18 20:09:14,987| Unable to call module's Activator.shutdown() method
  108. org.openmrs.api.APIException: Service not found: interface org.openmrs.module.validation.api.ValidationService
  109. at org.openmrs.api.context.ServiceContext.getService(ServiceContext.java:755)
  110. at org.openmrs.api.context.Context.getService(Context.java:974)
  111. at org.openmrs.module.validation.ValidationActivator.shutdown(ValidationActivator.java:43)
  112. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1200)
  113. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
  114. at org.openmrs.api.context.Context.shutdown(Context.java:942)
  115. at org.openmrs.web.Listener.startOpenmrs(Listener.java:258)
  116. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  117. WARN - ModuleFactory.stopModule(1158) |2016-01-18 20:09:15,012| Could not remove advice point: org.openmrs.api.FormService
  118. java.lang.NullPointerException
  119. at org.openmrs.api.context.ServiceContext.removeAdvice(ServiceContext.java:626)
  120. at org.openmrs.api.context.Context.removeAdvice(Context.java:1022)
  121. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1154)
  122. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
  123. at org.openmrs.api.context.Context.shutdown(Context.java:942)
  124. at org.openmrs.web.Listener.startOpenmrs(Listener.java:258)
  125. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  126. WARN - ModuleFactory.stopModule(1158) |2016-01-18 20:09:15,013| Could not remove advice point: org.openmrs.api.LocationService
  127. java.lang.NullPointerException
  128. at org.openmrs.api.context.ServiceContext.removeAdvisor(ServiceContext.java:615)
  129. at org.openmrs.api.context.Context.removeAdvisor(Context.java:1011)
  130. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1151)
  131. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
  132. at org.openmrs.api.context.Context.shutdown(Context.java:942)
  133. at org.openmrs.web.Listener.startOpenmrs(Listener.java:258)
  134. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  135. WARN - ModuleFactory.stopModule(1158) |2016-01-18 20:09:15,014| Could not remove advice point: org.openmrs.api.UserService
  136. java.lang.NullPointerException
  137. at org.openmrs.api.context.ServiceContext.removeAdvisor(ServiceContext.java:615)
  138. at org.openmrs.api.context.Context.removeAdvisor(Context.java:1011)
  139. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1151)
  140. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
  141. at org.openmrs.api.context.Context.shutdown(Context.java:942)
  142. at org.openmrs.web.Listener.startOpenmrs(Listener.java:258)
  143. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  144. WARN - ModuleFactory.stopModule(1158) |2016-01-18 20:09:15,015| Could not remove advice point: org.openmrs.api.ConceptService
  145. java.lang.NullPointerException
  146. at org.openmrs.api.context.ServiceContext.removeAdvice(ServiceContext.java:626)
  147. at org.openmrs.api.context.Context.removeAdvice(Context.java:1022)
  148. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1154)
  149. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
  150. at org.openmrs.api.context.Context.shutdown(Context.java:942)
  151. at org.openmrs.web.Listener.startOpenmrs(Listener.java:258)
  152. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  153. WARN - ModuleFactory.stopModule(1158) |2016-01-18 20:09:15,016| Could not remove advice point: org.openmrs.module.appframework.service.AppFrameworkService
  154. java.lang.ClassNotFoundException: org.openmrs.module.appframework.service.AppFrameworkService
  155. at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1854)
  156. at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1703)
  157. at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
  158. at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
  159. at org.openmrs.api.context.Context.loadClass(Context.java:198)
  160. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1147)
  161. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
  162. at org.openmrs.api.context.Context.shutdown(Context.java:942)
  163. at org.openmrs.web.Listener.startOpenmrs(Listener.java:258)
  164. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  165. WARN - ModuleFactory.stopModule(1203) |2016-01-18 20:09:15,054| Unable to call module's Activator.shutdown() method
  166. org.openmrs.api.APIException: Service not found: interface org.openmrs.module.htmlformentry.HtmlFormEntryService
  167. at org.openmrs.api.context.ServiceContext.getService(ServiceContext.java:755)
  168. at org.openmrs.api.context.Context.getService(Context.java:974)
  169. at org.openmrs.module.htmlformentry19ext.HTMLFormEntryExtensions19Activator.stopped(HTMLFormEntryExtensions19Activator.java:43)
  170. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1198)
  171. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
  172. at org.openmrs.api.context.Context.shutdown(Context.java:942)
  173. at org.openmrs.web.Listener.startOpenmrs(Listener.java:258)
  174. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  175. WARN - ModuleFactory.stopModule(1203) |2016-01-18 20:09:15,062| Unable to call module's Activator.shutdown() method
  176. java.lang.NullPointerException
  177. at org.openmrs.api.context.ServiceContext.getRegisteredComponents(ServiceContext.java:986)
  178. at org.openmrs.api.context.ServiceContext.getRegisteredComponents(ServiceContext.java:950)
  179. at org.openmrs.api.context.Context.getRegisteredComponents(Context.java:1274)
  180. at org.openmrs.util.HandlerUtil.getHandlersForType(HandlerUtil.java:116)
  181. at org.openmrs.module.event.EventActivator.stopped(EventActivator.java:89)
  182. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1198)
  183. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
  184. at org.openmrs.api.context.Context.shutdown(Context.java:942)
  185. at org.openmrs.web.Listener.startOpenmrs(Listener.java:258)
  186. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  187. INFO - HibernateContextDAO.showUsageStatistics(359) |2016-01-18 20:09:20,169| QUERY: from Role r order by r.role
  188. INFO - HibernateContextDAO.showUsageStatistics(361) |2016-01-18 20:09:20,169| Cache Hit Count : 0
  189. INFO - HibernateContextDAO.showUsageStatistics(362) |2016-01-18 20:09:20,170| Cache Miss Count: 0
  190. INFO - HibernateContextDAO.showUsageStatistics(363) |2016-01-18 20:09:20,170| Cache Put Count : 0
  191. INFO - HibernateContextDAO.showUsageStatistics(364) |2016-01-18 20:09:20,170| Execution Count : 26
  192. INFO - HibernateContextDAO.showUsageStatistics(365) |2016-01-18 20:09:20,170| Average time : 126
  193. INFO - HibernateContextDAO.showUsageStatistics(366) |2016-01-18 20:09:20,170| Row Count : 754
  194. INFO - HibernateContextDAO.showUsageStatistics(359) |2016-01-18 20:09:20,170| QUERY: from Privilege p order by p.privilege
  195. INFO - HibernateContextDAO.showUsageStatistics(361) |2016-01-18 20:09:20,171| Cache Hit Count : 0
  196. INFO - HibernateContextDAO.showUsageStatistics(362) |2016-01-18 20:09:20,171| Cache Miss Count: 0
  197. INFO - HibernateContextDAO.showUsageStatistics(363) |2016-01-18 20:09:20,171| Cache Put Count : 0
  198. INFO - HibernateContextDAO.showUsageStatistics(364) |2016-01-18 20:09:20,171| Execution Count : 26
  199. INFO - HibernateContextDAO.showUsageStatistics(365) |2016-01-18 20:09:20,171| Average time : 1
  200. INFO - HibernateContextDAO.showUsageStatistics(366) |2016-01-18 20:09:20,172| Row Count : 8736
  201. INFO - HibernateContextDAO.showUsageStatistics(359) |2016-01-18 20:09:20,172| QUERY: from User u where u.uuid = :uuid
  202. INFO - HibernateContextDAO.showUsageStatistics(361) |2016-01-18 20:09:20,172| Cache Hit Count : 0
  203. INFO - HibernateContextDAO.showUsageStatistics(362) |2016-01-18 20:09:20,172| Cache Miss Count: 0
  204. INFO - HibernateContextDAO.showUsageStatistics(363) |2016-01-18 20:09:20,172| Cache Put Count : 0
  205. INFO - HibernateContextDAO.showUsageStatistics(364) |2016-01-18 20:09:20,172| Execution Count : 667
  206. INFO - HibernateContextDAO.showUsageStatistics(365) |2016-01-18 20:09:20,173| Average time : 0
  207. INFO - HibernateContextDAO.showUsageStatistics(366) |2016-01-18 20:09:20,173| Row Count : 667
  208. ERROR - Listener.contextInitialized(188) |2016-01-18 20:09:20,174| Got exception while starting up:
  209. org.openmrs.module.ModuleException: Unable to start OpenMRS. Error thrown was: org.openmrs.api.APIException: Service not found: interface org.openmrs.scheduler.SchedulerService
  210. at org.openmrs.web.WebDaemon.startOpenmrs(WebDaemon.java:64)
  211. at org.openmrs.web.Listener.contextInitialized(Listener.java:180)
  212. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5003)
  213. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5517)
  214. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  215. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  216. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  217. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
  218. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1095)
  219. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1960)
  220. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
  221. at java.util.concurrent.FutureTask.run(FutureTask.java:262)
  222. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  223. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  224. at java.lang.Thread.run(Thread.java:745)
  225. Caused by: javax.servlet.ServletException: org.openmrs.api.APIException: Service not found: interface org.openmrs.scheduler.SchedulerService
  226. at org.openmrs.web.Listener.startOpenmrs(Listener.java:260)
  227. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  228. Caused by: org.openmrs.api.APIException: Service not found: interface org.openmrs.scheduler.SchedulerService
  229. at org.openmrs.api.context.ServiceContext.getService(ServiceContext.java:755)
  230. at org.openmrs.api.context.ServiceContext.getSchedulerService(ServiceContext.java:310)
  231. at org.openmrs.api.context.Context.getSchedulerService(Context.java:529)
  232. at org.openmrs.module.web.WebModuleUtil.stopTasks(WebModuleUtil.java:382)
  233. at org.openmrs.module.web.WebModuleUtil.stopModule(WebModuleUtil.java:861)
  234. at org.openmrs.module.web.WebModuleUtil.shutdownModules(WebModuleUtil.java:804)
  235. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:649)
  236. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:609)
  237. at org.openmrs.web.Listener.startOpenmrs(Listener.java:252)
  238. ... 1 more
  239. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2669) |2016-01-18 20:09:20,252| Unable to find a runtime properties file at /usr/local/apache-tomcat-7.0.65/bin/openmrs-runtime.properties
  240. INFO 1/18/16 8:09 PM:liquibase: Reading from `liquibasechangelog`
  241. WARNING 1/18/16 8:09 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
  242. WARNING 1/18/16 8:09 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
  243. WARNING 1/18/16 8:09 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
  244. INFO 1/18/16 8:09 PM:liquibase: Reading from `liquibasechangelog`
  245. WARNING 1/18/16 8:09 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
  246. WARNING 1/18/16 8:09 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
  247. WARNING 1/18/16 8:09 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
  248. Jan 18, 2016 8:09:22 PM org.apache.catalina.startup.HostConfig deployWAR
  249. INFO: Deployment of web application archive /usr/local/apache-tomcat-7.0.65/webapps/openmrs.war has finished in 50,587 ms
  250. Jan 18, 2016 8:09:22 PM org.apache.catalina.startup.HostConfig deployDirectory
  251. INFO: Deploying web application directory /usr/local/apache-tomcat-7.0.65/webapps/docs
  252. Jan 18, 2016 8:09:22 PM org.apache.catalina.startup.TldConfig execute
  253. INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  254. Jan 18, 2016 8:09:22 PM org.apache.catalina.startup.HostConfig deployDirectory
  255. INFO: Deployment of web application directory /usr/local/apache-tomcat-7.0.65/webapps/docs has finished in 74 ms
  256. Jan 18, 2016 8:09:22 PM org.apache.catalina.startup.HostConfig deployDirectory
  257. INFO: Deploying web application directory /usr/local/apache-tomcat-7.0.65/webapps/examples
  258. Jan 18, 2016 8:09:22 PM org.apache.catalina.startup.TldConfig execute
  259. INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  260. Jan 18, 2016 8:09:22 PM org.apache.catalina.startup.HostConfig deployDirectory
  261. INFO: Deployment of web application directory /usr/local/apache-tomcat-7.0.65/webapps/examples has finished in 187 ms
  262. Jan 18, 2016 8:09:22 PM org.apache.catalina.startup.HostConfig deployDirectory
  263. INFO: Deploying web application directory /usr/local/apache-tomcat-7.0.65/webapps/host-manager
  264. Jan 18, 2016 8:09:22 PM org.apache.catalina.startup.TldConfig execute
  265. INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  266. Jan 18, 2016 8:09:22 PM org.apache.catalina.startup.HostConfig deployDirectory
  267. INFO: Deployment of web application directory /usr/local/apache-tomcat-7.0.65/webapps/host-manager has finished in 98 ms
  268. Jan 18, 2016 8:09:22 PM org.apache.catalina.startup.HostConfig deployDirectory
  269. INFO: Deploying web application directory /usr/local/apache-tomcat-7.0.65/webapps/manager
  270. Jan 18, 2016 8:09:22 PM org.apache.catalina.startup.TldConfig execute
  271. INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  272. Jan 18, 2016 8:09:22 PM org.apache.catalina.startup.HostConfig deployDirectory
  273. INFO: Deployment of web application directory /usr/local/apache-tomcat-7.0.65/webapps/manager has finished in 87 ms
  274. Jan 18, 2016 8:09:22 PM org.apache.catalina.startup.HostConfig deployDirectory
  275. INFO: Deploying web application directory /usr/local/apache-tomcat-7.0.65/webapps/ROOT
  276. Jan 18, 2016 8:09:22 PM org.apache.catalina.startup.TldConfig execute
  277. INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  278. Jan 18, 2016 8:09:22 PM org.apache.catalina.startup.HostConfig deployDirectory
  279. INFO: Deployment of web application directory /usr/local/apache-tomcat-7.0.65/webapps/ROOT has finished in 73 ms
  280. Jan 18, 2016 8:09:23 PM org.apache.coyote.AbstractProtocol start
  281. INFO: Starting ProtocolHandler ["http-bio-8080"]
  282. Jan 18, 2016 8:09:23 PM org.apache.coyote.AbstractProtocol start
  283. INFO: Starting ProtocolHandler ["ajp-bio-8009"]
  284. Jan 18, 2016 8:09:23 PM org.apache.catalina.startup.Catalina start
  285. INFO: Server startup in 51189 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement