Advertisement
jmpango

Untitled

Jan 18th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.95 KB | None | 0 0
  1. INFO - ServiceContext.doneRefreshingContext(913) |2016-01-18 21:01:08,194| Done refreshing Context
  2. ERROR - Listener.performWebStartOfModules(643) |2016-01-18 21:01:08,195| 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.referenceapplication.page.controller.LoginPageController] conflicts with existing, non-compatible bean definition of same name and class [org.openmrs.module.aijar.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 21:01:08,198| 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 21:01:08,200| 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 21:01:08,258| 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 21:01:08,285| 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 21:01:08,367| 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 21:01:08,469| 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 21:01:08,542| 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(1203) |2016-01-18 21:01:08,588| Unable to call module's Activator.shutdown() method
  118. org.openmrs.api.APIException: Service not found: interface org.openmrs.module.htmlformentry.HtmlFormEntryService
  119. at org.openmrs.api.context.ServiceContext.getService(ServiceContext.java:755)
  120. at org.openmrs.api.context.Context.getService(Context.java:974)
  121. at org.openmrs.module.htmlformentry19ext.HTMLFormEntryExtensions19Activator.stopped(HTMLFormEntryExtensions19Activator.java:43)
  122. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1198)
  123. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
  124. at org.openmrs.api.context.Context.shutdown(Context.java:942)
  125. at org.openmrs.web.Listener.startOpenmrs(Listener.java:258)
  126. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  127. WARN - ModuleFactory.stopModule(1203) |2016-01-18 21:01:08,597| Unable to call module's Activator.shutdown() method
  128. java.lang.NullPointerException
  129. at org.openmrs.api.context.ServiceContext.getRegisteredComponents(ServiceContext.java:986)
  130. at org.openmrs.api.context.ServiceContext.getRegisteredComponents(ServiceContext.java:950)
  131. at org.openmrs.api.context.Context.getRegisteredComponents(Context.java:1274)
  132. at org.openmrs.util.HandlerUtil.getHandlersForType(HandlerUtil.java:116)
  133. at org.openmrs.module.event.EventActivator.stopped(EventActivator.java:89)
  134. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1198)
  135. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
  136. at org.openmrs.api.context.Context.shutdown(Context.java:942)
  137. at org.openmrs.web.Listener.startOpenmrs(Listener.java:258)
  138. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  139. INFO - HibernateContextDAO.showUsageStatistics(359) |2016-01-18 21:01:13,718| QUERY: from Role r order by r.role
  140. INFO - HibernateContextDAO.showUsageStatistics(361) |2016-01-18 21:01:13,718| Cache Hit Count : 0
  141. INFO - HibernateContextDAO.showUsageStatistics(362) |2016-01-18 21:01:13,719| Cache Miss Count: 0
  142. INFO - HibernateContextDAO.showUsageStatistics(363) |2016-01-18 21:01:13,719| Cache Put Count : 0
  143. INFO - HibernateContextDAO.showUsageStatistics(364) |2016-01-18 21:01:13,719| Execution Count : 26
  144. INFO - HibernateContextDAO.showUsageStatistics(365) |2016-01-18 21:01:13,719| Average time : 122
  145. INFO - HibernateContextDAO.showUsageStatistics(366) |2016-01-18 21:01:13,719| Row Count : 754
  146. INFO - HibernateContextDAO.showUsageStatistics(359) |2016-01-18 21:01:13,720| QUERY: from Privilege p order by p.privilege
  147. INFO - HibernateContextDAO.showUsageStatistics(361) |2016-01-18 21:01:13,720| Cache Hit Count : 0
  148. INFO - HibernateContextDAO.showUsageStatistics(362) |2016-01-18 21:01:13,720| Cache Miss Count: 0
  149. INFO - HibernateContextDAO.showUsageStatistics(363) |2016-01-18 21:01:13,720| Cache Put Count : 0
  150. INFO - HibernateContextDAO.showUsageStatistics(364) |2016-01-18 21:01:13,720| Execution Count : 26
  151. INFO - HibernateContextDAO.showUsageStatistics(365) |2016-01-18 21:01:13,720| Average time : 1
  152. INFO - HibernateContextDAO.showUsageStatistics(366) |2016-01-18 21:01:13,721| Row Count : 8736
  153. INFO - HibernateContextDAO.showUsageStatistics(359) |2016-01-18 21:01:13,721| QUERY: from User u where u.uuid = :uuid
  154. INFO - HibernateContextDAO.showUsageStatistics(361) |2016-01-18 21:01:13,721| Cache Hit Count : 0
  155. INFO - HibernateContextDAO.showUsageStatistics(362) |2016-01-18 21:01:13,721| Cache Miss Count: 0
  156. INFO - HibernateContextDAO.showUsageStatistics(363) |2016-01-18 21:01:13,721| Cache Put Count : 0
  157. INFO - HibernateContextDAO.showUsageStatistics(364) |2016-01-18 21:01:13,721| Execution Count : 675
  158. INFO - HibernateContextDAO.showUsageStatistics(365) |2016-01-18 21:01:13,722| Average time : 0
  159. INFO - HibernateContextDAO.showUsageStatistics(366) |2016-01-18 21:01:13,722| Row Count : 675
  160. ERROR - Listener.contextInitialized(188) |2016-01-18 21:01:13,723| Got exception while starting up:
  161. org.openmrs.module.ModuleException: Unable to start OpenMRS. Error thrown was: org.openmrs.api.APIException: Service not found: interface org.openmrs.scheduler.SchedulerService
  162. at org.openmrs.web.WebDaemon.startOpenmrs(WebDaemon.java:64)
  163. at org.openmrs.web.Listener.contextInitialized(Listener.java:180)
  164. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5003)
  165. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5517)
  166. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  167. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  168. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  169. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
  170. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1095)
  171. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1960)
  172. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
  173. at java.util.concurrent.FutureTask.run(FutureTask.java:262)
  174. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  175. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  176. at java.lang.Thread.run(Thread.java:745)
  177. Caused by: javax.servlet.ServletException: org.openmrs.api.APIException: Service not found: interface org.openmrs.scheduler.SchedulerService
  178. at org.openmrs.web.Listener.startOpenmrs(Listener.java:260)
  179. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  180. Caused by: org.openmrs.api.APIException: Service not found: interface org.openmrs.scheduler.SchedulerService
  181. at org.openmrs.api.context.ServiceContext.getService(ServiceContext.java:755)
  182. at org.openmrs.api.context.ServiceContext.getSchedulerService(ServiceContext.java:310)
  183. at org.openmrs.api.context.Context.getSchedulerService(Context.java:529)
  184. at org.openmrs.module.web.WebModuleUtil.stopTasks(WebModuleUtil.java:382)
  185. at org.openmrs.module.web.WebModuleUtil.stopModule(WebModuleUtil.java:861)
  186. at org.openmrs.module.web.WebModuleUtil.shutdownModules(WebModuleUtil.java:804)
  187. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:649)
  188. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:609)
  189. at org.openmrs.web.Listener.startOpenmrs(Listener.java:252)
  190. ... 1 more
  191. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2669) |2016-01-18 21:01:13,787| Unable to find a runtime properties file at /usr/local/apache-tomcat-7.0.65/bin/openmrs-runtime.properties
  192. INFO 1/18/16 9:01 PM:liquibase: Reading from `liquibasechangelog`
  193. WARNING 1/18/16 9:01 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
  194. WARNING 1/18/16 9:01 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
  195. WARNING 1/18/16 9:01 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
  196. INFO 1/18/16 9:01 PM:liquibase: Reading from `liquibasechangelog`
  197. WARNING 1/18/16 9:01 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
  198. WARNING 1/18/16 9:01 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
  199. WARNING 1/18/16 9:01 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
  200. Jan 18, 2016 9:01:16 PM org.apache.catalina.startup.HostConfig deployWAR
  201. INFO: Deployment of web application archive /usr/local/apache-tomcat-7.0.65/webapps/openmrs.war has finished in 47,663 ms
  202. Jan 18, 2016 9:01:16 PM org.apache.catalina.startup.HostConfig deployDirectory
  203. INFO: Deploying web application directory /usr/local/apache-tomcat-7.0.65/webapps/docs
  204. Jan 18, 2016 9:01:16 PM org.apache.catalina.startup.TldConfig execute
  205. 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.
  206. Jan 18, 2016 9:01:16 PM org.apache.catalina.startup.HostConfig deployDirectory
  207. INFO: Deployment of web application directory /usr/local/apache-tomcat-7.0.65/webapps/docs has finished in 89 ms
  208. Jan 18, 2016 9:01:16 PM org.apache.catalina.startup.HostConfig deployDirectory
  209. INFO: Deploying web application directory /usr/local/apache-tomcat-7.0.65/webapps/examples
  210. Jan 18, 2016 9:01:16 PM org.apache.catalina.startup.TldConfig execute
  211. 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.
  212. Jan 18, 2016 9:01:16 PM org.apache.catalina.startup.HostConfig deployDirectory
  213. INFO: Deployment of web application directory /usr/local/apache-tomcat-7.0.65/webapps/examples has finished in 239 ms
  214. Jan 18, 2016 9:01:16 PM org.apache.catalina.startup.HostConfig deployDirectory
  215. INFO: Deploying web application directory /usr/local/apache-tomcat-7.0.65/webapps/host-manager
  216. Jan 18, 2016 9:01:16 PM org.apache.catalina.startup.TldConfig execute
  217. 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.
  218. Jan 18, 2016 9:01:16 PM org.apache.catalina.startup.HostConfig deployDirectory
  219. INFO: Deployment of web application directory /usr/local/apache-tomcat-7.0.65/webapps/host-manager has finished in 112 ms
  220. Jan 18, 2016 9:01:16 PM org.apache.catalina.startup.HostConfig deployDirectory
  221. INFO: Deploying web application directory /usr/local/apache-tomcat-7.0.65/webapps/manager
  222. Jan 18, 2016 9:01:16 PM org.apache.catalina.startup.TldConfig execute
  223. 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.
  224. Jan 18, 2016 9:01:16 PM org.apache.catalina.startup.HostConfig deployDirectory
  225. INFO: Deployment of web application directory /usr/local/apache-tomcat-7.0.65/webapps/manager has finished in 75 ms
  226. Jan 18, 2016 9:01:16 PM org.apache.catalina.startup.HostConfig deployDirectory
  227. INFO: Deploying web application directory /usr/local/apache-tomcat-7.0.65/webapps/ROOT
  228. Jan 18, 2016 9:01:16 PM org.apache.catalina.startup.TldConfig execute
  229. 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.
  230. Jan 18, 2016 9:01:16 PM org.apache.catalina.startup.HostConfig deployDirectory
  231. INFO: Deployment of web application directory /usr/local/apache-tomcat-7.0.65/webapps/ROOT has finished in 59 ms
  232. Jan 18, 2016 9:01:16 PM org.apache.coyote.AbstractProtocol start
  233. INFO: Starting ProtocolHandler ["http-bio-8080"]
  234. Jan 18, 2016 9:01:16 PM org.apache.coyote.AbstractProtocol start
  235. INFO: Starting ProtocolHandler ["ajp-bio-8009"]
  236. Jan 18, 2016 9:01:16 PM org.apache.catalina.startup.Catalina start
  237. INFO: Server startup in 48313 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement