Advertisement
Guest User

Untitled

a guest
Sep 8th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.55 KB | None | 0 0
  1. Aug 18, 2016 4:19:09 AM org.apache.coyote.AbstractProtocol init
  2. INFO: Initializing ProtocolHandler ["http-nio-8051"]
  3. Aug 18, 2016 4:19:09 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
  4. INFO: Using a shared selector for servlet write/read
  5. Aug 18, 2016 4:19:09 AM org.apache.catalina.core.StandardService startInternal
  6. INFO: Starting service Tomcat
  7. Aug 18, 2016 4:19:09 AM org.apache.catalina.core.StandardEngine startInternal
  8. INFO: Starting Servlet Engine: Apache Tomcat/8.0.12
  9. Aug 18, 2016 4:19:10 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
  10. INFO: No global web.xml found
  11. Aug 18, 2016 4:19:40 AM org.apache.catalina.core.ApplicationContext log
  12. INFO: Spring WebApplicationInitializers detected on classpath: [org.bahmni.reports.web.Initializer@60c20fb6]
  13. Aug 18, 2016 4:19:41 AM org.apache.catalina.util.SessionIdGeneratorBase createSecureRandom
  14. INFO: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [458] milliseconds.
  15. Aug 18, 2016 4:19:42 AM org.apache.catalina.core.ApplicationContext log
  16. INFO: Initializing Spring FrameworkServlet 'dispatcher'
  17. 2016-08-18 04:19:42,115 INFO [bahmnireports][org.springframework.web.servlet.DispatcherServlet] FrameworkServlet 'dispatcher': initialization started
  18. 2016-08-18 04:19:42,188 INFO [bahmnireports][org.springframework.web.context.support.AnnotationConfigWebApplicationContext] Refreshing WebApplicationContext for namespace 'dispatcher-servlet': startup date [Thu Aug 18 04:19:42 UTC 2016]; root of context hierarchy
  19. 2016-08-18 04:19:42,415 INFO [bahmnireports][org.springframework.web.context.support.AnnotationConfigWebApplicationContext] Registering annotated classes: [class org.bahmni.reports.web.security.SecurityConfig]
  20. 2016-08-18 04:19:44,506 INFO [bahmnireports][org.springframework.beans.factory.support.DefaultListableBeanFactory] Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@70e99889: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,securityConfig,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,allDatasources,jasperResponseConverter,comboPooledDataSourceBuilder,bahmniReportsProperties,mainReportController,templateUploadController,authenticationFilter,openMRSAuthenticator,bahmniReportsConfiguration,httpClient,openmrsDataSource,openelisDataSource,multipartResolver,openerpDataSource,org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration,viewControllerHandlerMapping,beanNameHandlerMapping,resourceHandlerMapping,defaultServletHandlerMapping,requestMappingHandlerAdapter,requestMappingHandlerMapping,mvcContentNegotiationManager,mvcValidator,mvcConversionService,httpRequestHandlerAdapter,simpleControllerHandlerAdapter,handlerExceptionResolver]; root of factory hierarchy
  21. 2016-08-18 04:19:45,127 INFO [bahmnireports][com.mchange.v2.log.MLog] MLog clients using log4j logging.
  22. 2016-08-18 04:19:45,409 INFO [bahmnireports][com.mchange.v2.c3p0.C3P0Registry] Initializing c3p0-0.9.1 [built 16-January-2007 14:46:42; debug? true; trace: 10]
  23. 2016-08-18 04:19:47,827 INFO [bahmnireports][org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/report],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void org.bahmni.reports.web.MainReportController.getReport(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  24. 2016-08-18 04:19:47,828 INFO [bahmnireports][org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/upload],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.bahmni.reports.web.TemplateUploadController.uploadTemplateFile(org.springframework.web.multipart.MultipartFile) throws java.io.IOException
  25. 2016-08-18 04:19:47,952 INFO [bahmnireports][org.springframework.web.servlet.DispatcherServlet] FrameworkServlet 'dispatcher': initialization completed in 5837 ms
  26. Aug 18, 2016 4:19:48 AM org.apache.coyote.AbstractProtocol start
  27. INFO: Starting ProtocolHandler ["http-nio-8051"]
  28. Aug 26, 2016 10:45:07 AM org.apache.coyote.AbstractProtocol init
  29. INFO: Initializing ProtocolHandler ["http-nio-8051"]
  30. Aug 26, 2016 10:45:07 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
  31. INFO: Using a shared selector for servlet write/read
  32. Aug 26, 2016 10:45:08 AM org.apache.catalina.core.StandardService startInternal
  33. INFO: Starting service Tomcat
  34. Aug 26, 2016 10:45:08 AM org.apache.catalina.core.StandardEngine startInternal
  35. INFO: Starting Servlet Engine: Apache Tomcat/8.0.12
  36. Aug 26, 2016 10:45:08 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
  37. INFO: No global web.xml found
  38. Aug 26, 2016 10:45:19 AM org.apache.catalina.core.ApplicationContext log
  39. INFO: Spring WebApplicationInitializers detected on classpath: [org.bahmni.reports.web.Initializer@4c191dcf]
  40. Aug 26, 2016 10:45:19 AM org.apache.catalina.util.SessionIdGeneratorBase createSecureRandom
  41. INFO: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [478] milliseconds.
  42. Aug 26, 2016 10:45:19 AM org.apache.catalina.core.ApplicationContext log
  43. INFO: Initializing Spring FrameworkServlet 'dispatcher'
  44. 2016-08-26 10:45:19,948 INFO [bahmnireports][org.springframework.web.servlet.DispatcherServlet] FrameworkServlet 'dispatcher': initialization started
  45. 2016-08-26 10:45:19,958 INFO [bahmnireports][org.springframework.web.context.support.AnnotationConfigWebApplicationContext] Refreshing WebApplicationContext for namespace 'dispatcher-servlet': startup date [Fri Aug 26 10:45:19 NPT 2016]; root of context hierarchy
  46. 2016-08-26 10:45:20,058 INFO [bahmnireports][org.springframework.web.context.support.AnnotationConfigWebApplicationContext] Registering annotated classes: [class org.bahmni.reports.web.security.SecurityConfig]
  47. 2016-08-26 10:45:20,940 INFO [bahmnireports][org.springframework.beans.factory.support.DefaultListableBeanFactory] Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5a5be41: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,securityConfig,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,allDatasources,jasperResponseConverter,comboPooledDataSourceBuilder,bahmniReportsProperties,mainReportController,templateUploadController,authenticationFilter,openMRSAuthenticator,bahmniReportsConfiguration,httpClient,openmrsDataSource,openelisDataSource,multipartResolver,openerpDataSource,org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration,handlerExceptionResolver,requestMappingHandlerMapping,mvcContentNegotiationManager,viewControllerHandlerMapping,beanNameHandlerMapping,resourceHandlerMapping,defaultServletHandlerMapping,requestMappingHandlerAdapter,mvcConversionService,mvcValidator,httpRequestHandlerAdapter,simpleControllerHandlerAdapter]; root of factory hierarchy
  48. 2016-08-26 10:45:21,200 INFO [bahmnireports][com.mchange.v2.log.MLog] MLog clients using log4j logging.
  49. 2016-08-26 10:45:21,276 INFO [bahmnireports][com.mchange.v2.c3p0.C3P0Registry] Initializing c3p0-0.9.1 [built 16-January-2007 14:46:42; debug? true; trace: 10]
  50. 2016-08-26 10:45:22,259 INFO [bahmnireports][org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/report],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void org.bahmni.reports.web.MainReportController.getReport(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  51. 2016-08-26 10:45:22,260 INFO [bahmnireports][org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/upload],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.bahmni.reports.web.TemplateUploadController.uploadTemplateFile(org.springframework.web.multipart.MultipartFile) throws java.io.IOException
  52. 2016-08-26 10:45:22,463 INFO [bahmnireports][org.springframework.web.servlet.DispatcherServlet] FrameworkServlet 'dispatcher': initialization completed in 2514 ms
  53. Aug 26, 2016 10:45:22 AM org.apache.coyote.AbstractProtocol start
  54. INFO: Starting ProtocolHandler ["http-nio-8051"]
  55. Sep 02, 2016 10:51:18 AM org.apache.coyote.AbstractProtocol init
  56. INFO: Initializing ProtocolHandler ["http-nio-8051"]
  57. Sep 02, 2016 10:51:18 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
  58. INFO: Using a shared selector for servlet write/read
  59. Sep 02, 2016 10:51:18 AM org.apache.catalina.core.StandardService startInternal
  60. INFO: Starting service Tomcat
  61. Sep 02, 2016 10:51:18 AM org.apache.catalina.core.StandardEngine startInternal
  62. INFO: Starting Servlet Engine: Apache Tomcat/8.0.12
  63. Sep 02, 2016 10:51:19 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
  64. INFO: No global web.xml found
  65. Sep 02, 2016 10:51:31 AM org.apache.catalina.core.ApplicationContext log
  66. INFO: Spring WebApplicationInitializers detected on classpath: [org.bahmni.reports.web.Initializer@5815fe01]
  67. Sep 02, 2016 10:51:32 AM org.apache.catalina.util.SessionIdGeneratorBase createSecureRandom
  68. INFO: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [1,099] milliseconds.
  69. Sep 02, 2016 10:51:33 AM org.apache.catalina.core.ApplicationContext log
  70. INFO: Initializing Spring FrameworkServlet 'dispatcher'
  71. 2016-09-02 10:51:33,151 INFO [bahmnireports][org.springframework.web.servlet.DispatcherServlet] FrameworkServlet 'dispatcher': initialization started
  72. 2016-09-02 10:51:33,161 INFO [bahmnireports][org.springframework.web.context.support.AnnotationConfigWebApplicationContext] Refreshing WebApplicationContext for namespace 'dispatcher-servlet': startup date [Fri Sep 02 10:51:33 NPT 2016]; root of context hierarchy
  73. 2016-09-02 10:51:33,253 INFO [bahmnireports][org.springframework.web.context.support.AnnotationConfigWebApplicationContext] Registering annotated classes: [class org.bahmni.reports.web.security.SecurityConfig]
  74. 2016-09-02 10:51:34,290 INFO [bahmnireports][org.springframework.beans.factory.support.DefaultListableBeanFactory] Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5eabc80c: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,securityConfig,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,allDatasources,jasperResponseConverter,comboPooledDataSourceBuilder,bahmniReportsProperties,mainReportController,templateUploadController,authenticationFilter,openMRSAuthenticator,bahmniReportsConfiguration,httpClient,openmrsDataSource,openelisDataSource,multipartResolver,openerpDataSource,org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration,requestMappingHandlerMapping,mvcContentNegotiationManager,viewControllerHandlerMapping,handlerExceptionResolver,beanNameHandlerMapping,resourceHandlerMapping,defaultServletHandlerMapping,requestMappingHandlerAdapter,mvcConversionService,mvcValidator,httpRequestHandlerAdapter,simpleControllerHandlerAdapter]; root of factory hierarchy
  75. 2016-09-02 10:51:34,602 INFO [bahmnireports][com.mchange.v2.log.MLog] MLog clients using log4j logging.
  76. 2016-09-02 10:51:34,761 INFO [bahmnireports][com.mchange.v2.c3p0.C3P0Registry] Initializing c3p0-0.9.1 [built 16-January-2007 14:46:42; debug? true; trace: 10]
  77. 2016-09-02 10:51:35,252 INFO [bahmnireports][org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/report],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void org.bahmni.reports.web.MainReportController.getReport(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  78. 2016-09-02 10:51:35,254 INFO [bahmnireports][org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/upload],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.bahmni.reports.web.TemplateUploadController.uploadTemplateFile(org.springframework.web.multipart.MultipartFile) throws java.io.IOException
  79. 2016-09-02 10:51:36,215 INFO [bahmnireports][org.springframework.web.servlet.DispatcherServlet] FrameworkServlet 'dispatcher': initialization completed in 3064 ms
  80. Sep 02, 2016 10:51:36 AM org.apache.coyote.AbstractProtocol start
  81. INFO: Starting ProtocolHandler ["http-nio-8051"]
  82. Sep 07, 2016 11:28:53 AM org.apache.coyote.AbstractProtocol init
  83. INFO: Initializing ProtocolHandler ["http-nio-8051"]
  84. Sep 07, 2016 11:28:53 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
  85. INFO: Using a shared selector for servlet write/read
  86. Sep 07, 2016 11:28:53 AM org.apache.catalina.core.StandardService startInternal
  87. INFO: Starting service Tomcat
  88. Sep 07, 2016 11:28:53 AM org.apache.catalina.core.StandardEngine startInternal
  89. INFO: Starting Servlet Engine: Apache Tomcat/8.0.12
  90. Sep 07, 2016 11:28:54 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
  91. INFO: No global web.xml found
  92. Sep 07, 2016 11:29:10 AM org.apache.catalina.core.ApplicationContext log
  93. INFO: Spring WebApplicationInitializers detected on classpath: [org.bahmni.reports.web.Initializer@56e301a3]
  94. Sep 07, 2016 11:29:11 AM org.apache.catalina.util.SessionIdGeneratorBase createSecureRandom
  95. INFO: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [383] milliseconds.
  96. Sep 07, 2016 11:29:11 AM org.apache.catalina.core.ApplicationContext log
  97. INFO: Initializing Spring FrameworkServlet 'dispatcher'
  98. 2016-09-07 11:29:11,276 INFO [bahmnireports][org.springframework.web.servlet.DispatcherServlet] FrameworkServlet 'dispatcher': initialization started
  99. 2016-09-07 11:29:11,297 INFO [bahmnireports][org.springframework.web.context.support.AnnotationConfigWebApplicationContext] Refreshing WebApplicationContext for namespace 'dispatcher-servlet': startup date [Wed Sep 07 11:29:11 NPT 2016]; root of context hierarchy
  100. 2016-09-07 11:29:11,424 INFO [bahmnireports][org.springframework.web.context.support.AnnotationConfigWebApplicationContext] Registering annotated classes: [class org.bahmni.reports.web.security.SecurityConfig]
  101. 2016-09-07 11:29:12,780 INFO [bahmnireports][org.springframework.beans.factory.support.DefaultListableBeanFactory] Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@7c392f62: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,securityConfig,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,allDatasources,jasperResponseConverter,comboPooledDataSourceBuilder,bahmniReportsProperties,mainReportController,templateUploadController,authenticationFilter,openMRSAuthenticator,bahmniReportsConfiguration,httpClient,openmrsDataSource,openelisDataSource,multipartResolver,openerpDataSource,org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration,mvcConversionService,mvcValidator,httpRequestHandlerAdapter,simpleControllerHandlerAdapter,handlerExceptionResolver,requestMappingHandlerMapping,mvcContentNegotiationManager,viewControllerHandlerMapping,beanNameHandlerMapping,resourceHandlerMapping,defaultServletHandlerMapping,requestMappingHandlerAdapter]; root of factory hierarchy
  102. 2016-09-07 11:29:13,108 INFO [bahmnireports][com.mchange.v2.log.MLog] MLog clients using log4j logging.
  103. 2016-09-07 11:29:13,205 INFO [bahmnireports][com.mchange.v2.c3p0.C3P0Registry] Initializing c3p0-0.9.1 [built 16-January-2007 14:46:42; debug? true; trace: 10]
  104. 2016-09-07 11:29:15,401 INFO [bahmnireports][org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/report],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void org.bahmni.reports.web.MainReportController.getReport(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  105. 2016-09-07 11:29:15,403 INFO [bahmnireports][org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/upload],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.bahmni.reports.web.TemplateUploadController.uploadTemplateFile(org.springframework.web.multipart.MultipartFile) throws java.io.IOException
  106. 2016-09-07 11:29:16,036 INFO [bahmnireports][org.springframework.web.servlet.DispatcherServlet] FrameworkServlet 'dispatcher': initialization completed in 4760 ms
  107. Sep 07, 2016 11:29:16 AM org.apache.coyote.AbstractProtocol start
  108. INFO: Starting ProtocolHandler ["http-nio-8051"]
  109. Sep 07, 2016 2:48:03 PM org.apache.coyote.AbstractProtocol init
  110. INFO: Initializing ProtocolHandler ["http-nio-8051"]
  111. Sep 07, 2016 2:48:03 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
  112. INFO: Using a shared selector for servlet write/read
  113. Sep 07, 2016 2:48:03 PM org.apache.catalina.core.StandardService startInternal
  114. INFO: Starting service Tomcat
  115. Sep 07, 2016 2:48:03 PM org.apache.catalina.core.StandardEngine startInternal
  116. INFO: Starting Servlet Engine: Apache Tomcat/8.0.12
  117. Sep 07, 2016 2:48:04 PM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
  118. INFO: No global web.xml found
  119. Sep 07, 2016 2:48:19 PM org.apache.catalina.core.ApplicationContext log
  120. INFO: Spring WebApplicationInitializers detected on classpath: [org.bahmni.reports.web.Initializer@103a41fc]
  121. Sep 07, 2016 2:48:20 PM org.apache.catalina.util.SessionIdGeneratorBase createSecureRandom
  122. INFO: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [796] milliseconds.
  123. Sep 07, 2016 2:48:20 PM org.apache.catalina.core.ApplicationContext log
  124. INFO: Initializing Spring FrameworkServlet 'dispatcher'
  125. 2016-09-07 14:48:20,606 INFO [bahmnireports][org.springframework.web.servlet.DispatcherServlet] FrameworkServlet 'dispatcher': initialization started
  126. 2016-09-07 14:48:20,621 INFO [bahmnireports][org.springframework.web.context.support.AnnotationConfigWebApplicationContext] Refreshing WebApplicationContext for namespace 'dispatcher-servlet': startup date [Wed Sep 07 14:48:20 NPT 2016]; root of context hierarchy
  127. 2016-09-07 14:48:20,760 INFO [bahmnireports][org.springframework.web.context.support.AnnotationConfigWebApplicationContext] Registering annotated classes: [class org.bahmni.reports.web.security.SecurityConfig]
  128. 2016-09-07 14:48:22,272 INFO [bahmnireports][org.springframework.beans.factory.support.DefaultListableBeanFactory] Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1aebce9b: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,securityConfig,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,allDatasources,jasperResponseConverter,comboPooledDataSourceBuilder,bahmniReportsProperties,mainReportController,templateUploadController,authenticationFilter,openMRSAuthenticator,bahmniReportsConfiguration,httpClient,openmrsDataSource,openelisDataSource,multipartResolver,openerpDataSource,org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration,handlerExceptionResolver,mvcContentNegotiationManager,viewControllerHandlerMapping,beanNameHandlerMapping,resourceHandlerMapping,defaultServletHandlerMapping,requestMappingHandlerAdapter,mvcValidator,requestMappingHandlerMapping,mvcConversionService,httpRequestHandlerAdapter,simpleControllerHandlerAdapter]; root of factory hierarchy
  129. 2016-09-07 14:48:22,520 INFO [bahmnireports][com.mchange.v2.log.MLog] MLog clients using log4j logging.
  130. 2016-09-07 14:48:22,611 INFO [bahmnireports][com.mchange.v2.c3p0.C3P0Registry] Initializing c3p0-0.9.1 [built 16-January-2007 14:46:42; debug? true; trace: 10]
  131. 2016-09-07 14:48:24,183 INFO [bahmnireports][org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/report],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void org.bahmni.reports.web.MainReportController.getReport(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  132. 2016-09-07 14:48:24,184 INFO [bahmnireports][org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/upload],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.bahmni.reports.web.TemplateUploadController.uploadTemplateFile(org.springframework.web.multipart.MultipartFile) throws java.io.IOException
  133. 2016-09-07 14:48:24,251 INFO [bahmnireports][org.springframework.web.servlet.DispatcherServlet] FrameworkServlet 'dispatcher': initialization completed in 3645 ms
  134. Sep 07, 2016 2:48:24 PM org.apache.coyote.AbstractProtocol start
  135. INFO: Starting ProtocolHandler ["http-nio-8051"]
  136. Sep 07, 2016 3:32:13 PM org.apache.coyote.AbstractProtocol init
  137. INFO: Initializing ProtocolHandler ["http-nio-8051"]
  138. Sep 07, 2016 3:32:13 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
  139. INFO: Using a shared selector for servlet write/read
  140. Sep 07, 2016 3:32:13 PM org.apache.catalina.core.StandardService startInternal
  141. INFO: Starting service Tomcat
  142. Sep 07, 2016 3:32:13 PM org.apache.catalina.core.StandardEngine startInternal
  143. INFO: Starting Servlet Engine: Apache Tomcat/8.0.12
  144. Sep 07, 2016 3:32:14 PM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
  145. INFO: No global web.xml found
  146. Sep 07, 2016 3:32:42 PM org.apache.catalina.core.ApplicationContext log
  147. INFO: Spring WebApplicationInitializers detected on classpath: [org.bahmni.reports.web.Initializer@747172df]
  148. Sep 07, 2016 3:32:46 PM org.apache.catalina.util.SessionIdGeneratorBase createSecureRandom
  149. INFO: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [3,592] milliseconds.
  150. Sep 07, 2016 3:32:47 PM org.apache.catalina.core.ApplicationContext log
  151. INFO: Initializing Spring FrameworkServlet 'dispatcher'
  152. 2016-09-07 15:32:47,029 INFO [bahmnireports][org.springframework.web.servlet.DispatcherServlet] FrameworkServlet 'dispatcher': initialization started
  153. 2016-09-07 15:32:47,040 INFO [bahmnireports][org.springframework.web.context.support.AnnotationConfigWebApplicationContext] Refreshing WebApplicationContext for namespace 'dispatcher-servlet': startup date [Wed Sep 07 15:32:47 NPT 2016]; root of context hierarchy
  154. 2016-09-07 15:32:47,172 INFO [bahmnireports][org.springframework.web.context.support.AnnotationConfigWebApplicationContext] Registering annotated classes: [class org.bahmni.reports.web.security.SecurityConfig]
  155. 2016-09-07 15:32:48,393 INFO [bahmnireports][org.springframework.beans.factory.support.DefaultListableBeanFactory] Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@7c62d69e: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,securityConfig,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,allDatasources,jasperResponseConverter,comboPooledDataSourceBuilder,bahmniReportsProperties,mainReportController,templateUploadController,authenticationFilter,openMRSAuthenticator,bahmniReportsConfiguration,httpClient,openmrsDataSource,openelisDataSource,multipartResolver,openerpDataSource,org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration,handlerExceptionResolver,requestMappingHandlerMapping,mvcValidator,mvcContentNegotiationManager,viewControllerHandlerMapping,beanNameHandlerMapping,resourceHandlerMapping,defaultServletHandlerMapping,requestMappingHandlerAdapter,mvcConversionService,httpRequestHandlerAdapter,simpleControllerHandlerAdapter]; root of factory hierarchy
  156. 2016-09-07 15:32:48,615 INFO [bahmnireports][com.mchange.v2.log.MLog] MLog clients using log4j logging.
  157. 2016-09-07 15:32:48,692 INFO [bahmnireports][com.mchange.v2.c3p0.C3P0Registry] Initializing c3p0-0.9.1 [built 16-January-2007 14:46:42; debug? true; trace: 10]
  158. 2016-09-07 15:32:50,084 INFO [bahmnireports][org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/report],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void org.bahmni.reports.web.MainReportController.getReport(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  159. 2016-09-07 15:32:50,085 INFO [bahmnireports][org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/upload],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.bahmni.reports.web.TemplateUploadController.uploadTemplateFile(org.springframework.web.multipart.MultipartFile) throws java.io.IOException
  160. 2016-09-07 15:32:50,311 INFO [bahmnireports][org.springframework.web.servlet.DispatcherServlet] FrameworkServlet 'dispatcher': initialization completed in 3281 ms
  161. Sep 07, 2016 3:32:50 PM org.apache.coyote.AbstractProtocol start
  162. INFO: Starting ProtocolHandler ["http-nio-8051"]
  163. Sep 07, 2016 5:25:49 PM org.apache.coyote.AbstractProtocol init
  164. INFO: Initializing ProtocolHandler ["http-nio-8051"]
  165. Sep 07, 2016 5:25:49 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
  166. INFO: Using a shared selector for servlet write/read
  167. Sep 07, 2016 5:25:49 PM org.apache.catalina.core.StandardService startInternal
  168. INFO: Starting service Tomcat
  169. Sep 07, 2016 5:25:49 PM org.apache.catalina.core.StandardEngine startInternal
  170. INFO: Starting Servlet Engine: Apache Tomcat/8.0.12
  171. Sep 07, 2016 5:25:50 PM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
  172. INFO: No global web.xml found
  173. Sep 07, 2016 5:26:10 PM org.apache.catalina.core.ApplicationContext log
  174. INFO: Spring WebApplicationInitializers detected on classpath: [org.bahmni.reports.web.Initializer@7b4994b1]
  175. Sep 07, 2016 5:26:11 PM org.apache.catalina.core.ApplicationContext log
  176. INFO: Initializing Spring FrameworkServlet 'dispatcher'
  177. 2016-09-07 17:26:11,393 INFO [bahmnireports][org.springframework.web.servlet.DispatcherServlet] FrameworkServlet 'dispatcher': initialization started
  178. 2016-09-07 17:26:11,402 INFO [bahmnireports][org.springframework.web.context.support.AnnotationConfigWebApplicationContext] Refreshing WebApplicationContext for namespace 'dispatcher-servlet': startup date [Wed Sep 07 17:26:11 NPT 2016]; root of context hierarchy
  179. 2016-09-07 17:26:11,492 INFO [bahmnireports][org.springframework.web.context.support.AnnotationConfigWebApplicationContext] Registering annotated classes: [class org.bahmni.reports.web.security.SecurityConfig]
  180. 2016-09-07 17:26:12,969 INFO [bahmnireports][org.springframework.beans.factory.support.DefaultListableBeanFactory] Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6151dc2d: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,securityConfig,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,allDatasources,jasperResponseConverter,comboPooledDataSourceBuilder,bahmniReportsProperties,mainReportController,templateUploadController,authenticationFilter,openMRSAuthenticator,bahmniReportsConfiguration,httpClient,openmrsDataSource,openelisDataSource,multipartResolver,openerpDataSource,org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration,resourceHandlerMapping,defaultServletHandlerMapping,requestMappingHandlerAdapter,mvcConversionService,mvcValidator,httpRequestHandlerAdapter,simpleControllerHandlerAdapter,handlerExceptionResolver,requestMappingHandlerMapping,mvcContentNegotiationManager,viewControllerHandlerMapping,beanNameHandlerMapping]; root of factory hierarchy
  181. 2016-09-07 17:26:13,381 INFO [bahmnireports][com.mchange.v2.log.MLog] MLog clients using log4j logging.
  182. 2016-09-07 17:26:13,515 INFO [bahmnireports][com.mchange.v2.c3p0.C3P0Registry] Initializing c3p0-0.9.1 [built 16-January-2007 14:46:42; debug? true; trace: 10]
  183. 2016-09-07 17:26:15,336 INFO [bahmnireports][org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/report],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void org.bahmni.reports.web.MainReportController.getReport(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  184. 2016-09-07 17:26:15,337 INFO [bahmnireports][org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/upload],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.bahmni.reports.web.TemplateUploadController.uploadTemplateFile(org.springframework.web.multipart.MultipartFile) throws java.io.IOException
  185. 2016-09-07 17:26:15,480 INFO [bahmnireports][org.springframework.web.servlet.DispatcherServlet] FrameworkServlet 'dispatcher': initialization completed in 4087 ms
  186. Sep 07, 2016 5:26:15 PM org.apache.coyote.AbstractProtocol start
  187. INFO: Starting ProtocolHandler ["http-nio-8051"]
  188. Sep 08, 2016 11:58:56 AM org.apache.coyote.AbstractProtocol init
  189. INFO: Initializing ProtocolHandler ["http-nio-8051"]
  190. Sep 08, 2016 11:58:56 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
  191. INFO: Using a shared selector for servlet write/read
  192. Sep 08, 2016 11:58:56 AM org.apache.catalina.core.StandardService startInternal
  193. INFO: Starting service Tomcat
  194. Sep 08, 2016 11:58:56 AM org.apache.catalina.core.StandardEngine startInternal
  195. INFO: Starting Servlet Engine: Apache Tomcat/8.0.12
  196. Sep 08, 2016 11:58:56 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
  197. INFO: No global web.xml found
  198. Sep 08, 2016 11:59:10 AM org.apache.catalina.core.ApplicationContext log
  199. INFO: Spring WebApplicationInitializers detected on classpath: [org.bahmni.reports.web.Initializer@38b1d646]
  200. Sep 08, 2016 11:59:13 AM org.apache.catalina.util.SessionIdGeneratorBase createSecureRandom
  201. INFO: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [2,971] milliseconds.
  202. Sep 08, 2016 11:59:13 AM org.apache.catalina.core.ApplicationContext log
  203. INFO: Initializing Spring FrameworkServlet 'dispatcher'
  204. 2016-09-08 11:59:13,767 INFO [bahmnireports][org.springframework.web.servlet.DispatcherServlet] FrameworkServlet 'dispatcher': initialization started
  205. 2016-09-08 11:59:13,782 INFO [bahmnireports][org.springframework.web.context.support.AnnotationConfigWebApplicationContext] Refreshing WebApplicationContext for namespace 'dispatcher-servlet': startup date [Thu Sep 08 11:59:13 NPT 2016]; root of context hierarchy
  206. 2016-09-08 11:59:13,926 INFO [bahmnireports][org.springframework.web.context.support.AnnotationConfigWebApplicationContext] Registering annotated classes: [class org.bahmni.reports.web.security.SecurityConfig]
  207. 2016-09-08 11:59:15,161 INFO [bahmnireports][org.springframework.beans.factory.support.DefaultListableBeanFactory] Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@7cddfc37: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,securityConfig,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,allDatasources,jasperResponseConverter,comboPooledDataSourceBuilder,bahmniReportsProperties,mainReportController,templateUploadController,authenticationFilter,openMRSAuthenticator,bahmniReportsConfiguration,httpClient,openmrsDataSource,openelisDataSource,multipartResolver,openerpDataSource,org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration,requestMappingHandlerMapping,mvcContentNegotiationManager,viewControllerHandlerMapping,beanNameHandlerMapping,resourceHandlerMapping,defaultServletHandlerMapping,requestMappingHandlerAdapter,mvcConversionService,mvcValidator,httpRequestHandlerAdapter,simpleControllerHandlerAdapter,handlerExceptionResolver]; root of factory hierarchy
  208. 2016-09-08 11:59:15,549 INFO [bahmnireports][com.mchange.v2.log.MLog] MLog clients using log4j logging.
  209. 2016-09-08 11:59:15,633 INFO [bahmnireports][com.mchange.v2.c3p0.C3P0Registry] Initializing c3p0-0.9.1 [built 16-January-2007 14:46:42; debug? true; trace: 10]
  210. 2016-09-08 11:59:16,176 INFO [bahmnireports][org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/report],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void org.bahmni.reports.web.MainReportController.getReport(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  211. 2016-09-08 11:59:16,177 INFO [bahmnireports][org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/upload],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.bahmni.reports.web.TemplateUploadController.uploadTemplateFile(org.springframework.web.multipart.MultipartFile) throws java.io.IOException
  212. 2016-09-08 11:59:17,102 INFO [bahmnireports][org.springframework.web.servlet.DispatcherServlet] FrameworkServlet 'dispatcher': initialization completed in 3334 ms
  213. Sep 08, 2016 11:59:17 AM org.apache.coyote.AbstractProtocol start
  214. INFO: Starting ProtocolHandler ["http-nio-8051"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement