Guest User

Untitled

a guest
Sep 23rd, 2016
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.69 KB | None | 0 0
  1. 2016-09-23 17:58:50 DEBUG ApplicationInitializer:62 - Registering springApplicationContext: Root WebApplicationContext: startup date [Wed Dec 31 21:00:00 CLST 1969]; root of context hierarchy%2016-09-23 17:58:50 DEBUG ApplicationInitializer:65 - Registration success of springApplicationContext: Root WebApplicationContext: startup date [Wed Dec 31 21:00:00 CLST 1969]; root of context hierarchy%2016-09-23 17:58:50 INFO ContextLoader:307 - Root WebApplicationContext: initialization started%2016-09-23 17:58:50 DEBUG StandardServletEnvironment:109 - Adding [servletConfigInitParams] PropertySource with lowest search precedence%2016-09-23 17:58:50 DEBUG StandardServletEnvironment:109 - Adding [servletContextInitParams] PropertySource with lowest search precedence%2016-09-23 17:58:50 DEBUG StandardServletEnvironment:109 - Adding [jndiProperties] PropertySource with lowest search precedence%2016-09-23 17:58:50 DEBUG StandardServletEnvironment:109 - Adding [systemProperties] PropertySource with lowest search precedence%2016-09-23 17:58:50 DEBUG StandardServletEnvironment:109 - Adding [systemEnvironment] PropertySource with lowest search precedence%2016-09-23 17:58:50 DEBUG StandardServletEnvironment:127 - Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,jndiProperties,systemProperties,systemEnvironment]%2016-09-23 17:58:50 DEBUG StandardServletEnvironment:174 - Replacing [servletContextInitParams] PropertySource with [servletContextInitParams]%2016-09-23 17:58:50 INFO AnnotationConfigWebApplicationContext:574 - Refreshing Root WebApplicationContext: startup date [Fri Sep 23 17:58:50 CLT 2016]; root of context hierarchy%2016-09-23 17:58:50 DEBUG StandardEnvironment:109 - Adding [systemProperties] PropertySource with lowest search precedence%2016-09-23 17:58:50 DEBUG StandardEnvironment:109 - Adding [systemEnvironment] PropertySource with lowest search precedence%2016-09-23 17:58:50 DEBUG StandardEnvironment:127 - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]%2016-09-23 17:58:50 DEBUG StandardEnvironment:109 - Adding [systemProperties] PropertySource with lowest search precedence%2016-09-23 17:58:50 DEBUG StandardEnvironment:109 - Adding [systemEnvironment] PropertySource with lowest search precedence%2016-09-23 17:58:50 DEBUG StandardEnvironment:127 - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]%2016-09-23 17:58:50 DEBUG ClassPathBeanDefinitionScanner:244 - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning%2016-09-23 17:58:50 INFO AnnotationConfigWebApplicationContext:208 - Registering annotated classes: [class com.learning.config.ApplicationInitializer]%2016-09-23 17:58:50 DEBUG AnnotationConfigWebApplicationContext:608 - Bean factory for Root WebApplicationContext: org.springframework.beans.factory.support.DefaultListableBeanFactory@5ee7bc9b: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,applicationInitializer]; root of factory hierarchy%2016-09-23 17:58:50 DEBUG DefaultListableBeanFactory:873 - Registering scope 'request' with implementation [org.springframework.web.context.request.RequestScope@2864c716]%2016-09-23 17:58:50 DEBUG DefaultListableBeanFactory:873 - Registering scope 'session' with implementation [org.springframework.web.context.request.SessionScope@16390d6d]%2016-09-23 17:58:50 DEBUG DefaultListableBeanFactory:873 - Registering scope 'globalSession' with implementation [org.springframework.web.context.request.SessionScope@7ba07a80]%2016-09-23 17:58:50 DEBUG DefaultListableBeanFactory:873 - Registering scope 'application' with implementation [org.springframework.web.context.support.ServletContextScope@37c26da0]%2016-09-23 17:58:50 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'%2016-09-23 17:58:50 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'%2016-09-23 17:58:50 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references%2016-09-23 17:58:50 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'%2016-09-23 17:58:50 DEBUG StandardEnvironment:109 - Adding [systemProperties] PropertySource with lowest search precedence%2016-09-23 17:58:50 DEBUG StandardEnvironment:109 - Adding [systemEnvironment] PropertySource with lowest search precedence%2016-09-23 17:58:50 DEBUG StandardEnvironment:127 - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]%2016-09-23 17:58:50 DEBUG ClassPathBeanDefinitionScanner:244 - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning%2016-09-23 17:58:50 DEBUG PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [/home/nb022/workspace/spring4mvc/target/Spring4MVCHelloWorld/WEB-INF/classes/com/learning]%2016-09-23 17:58:50 DEBUG PathMatchingResourcePatternResolver:693 - Searching directory [/home/nb022/workspace/spring4mvc/target/Spring4MVCHelloWorld/WEB-INF/classes/com/learning] for files matching pattern [/home/nb022/workspace/spring4mvc/target/Spring4MVCHelloWorld/WEB-INF/classes/com/learning/**/*.class]%2016-09-23 17:58:50 DEBUG PathMatchingResourcePatternResolver:693 - Searching directory [/home/nb022/workspace/spring4mvc/target/Spring4MVCHelloWorld/WEB-INF/classes/com/learning/controller] for files matching pattern [/home/nb022/workspace/spring4mvc/target/Spring4MVCHelloWorld/WEB-INF/classes/com/learning/**/*.class]%2016-09-23 17:58:50 DEBUG PathMatchingResourcePatternResolver:693 - Searching directory [/home/nb022/workspace/spring4mvc/target/Spring4MVCHelloWorld/WEB-INF/classes/com/learning/servlet] for files matching pattern [/home/nb022/workspace/spring4mvc/target/Spring4MVCHelloWorld/WEB-INF/classes/com/learning/**/*.class]%2016-09-23 17:58:50 DEBUG PathMatchingResourcePatternResolver:693 - Searching directory [/home/nb022/workspace/spring4mvc/target/Spring4MVCHelloWorld/WEB-INF/classes/com/learning/filters] for files matching pattern [/home/nb022/workspace/spring4mvc/target/Spring4MVCHelloWorld/WEB-INF/classes/com/learning/**/*.class]%2016-09-23 17:58:50 DEBUG PathMatchingResourcePatternResolver:693 - Searching directory [/home/nb022/workspace/spring4mvc/target/Spring4MVCHelloWorld/WEB-INF/classes/com/learning/utils] for files matching pattern [/home/nb022/workspace/spring4mvc/target/Spring4MVCHelloWorld/WEB-INF/classes/com/learning/**/*.class]%2016-09-23 17:58:50 DEBUG PathMatchingResourcePatternResolver:693 - Searching directory [/home/nb022/workspace/spring4mvc/target/Spring4MVCHelloWorld/WEB-INF/classes/com/learning/config] for files matching pattern [/home/nb022/workspace/spring4mvc/target/Spring4MVCHelloWorld/WEB-INF/classes/com/learning/**/*.class]%2016-09-23 17:58:50 DEBUG PathMatchingResourcePatternResolver:424 - Resolved location pattern [classpath*:com/learning/**/*.class] to resources [file [/home/nb022/workspace/spring4mvc/target/Spring4MVCHelloWorld/WEB-INF/classes/com/learning/controller/HelloWorldController.class], file [/home/nb022/workspace/spring4mvc/target/Spring4MVCHelloWorld/WEB-INF/classes/com/learning/servlet/MyDispatcherServlet.class], file [/home/nb022/workspace/spring4mvc/target/Spring4MVCHelloWorld/WEB-INF/classes/com/learning/filters/GlobalHandler.class], file [/home/nb022/workspace/spring4mvc/target/Spring4MVCHelloWorld/WEB-INF/classes/com/learning/utils/MyUtils.class], file [/home/nb022/workspace/spring4mvc/target/Spring4MVCHelloWorld/WEB-INF/classes/com/learning/config/BeanConfig.class], file [/home/nb022/workspace/spring4mvc/target/Spring4MVCHelloWorld/WEB-INF/classes/com/learning/config/ApplicationInitializer.class]]%2016-09-23 17:58:50 DEBUG ClassPathBeanDefinitionScanner:286 - Identified candidate component class: file [/home/nb022/workspace/spring4mvc/target/Spring4MVCHelloWorld/WEB-INF/classes/com/learning/controller/HelloWorldController.class]%2016-09-23 17:58:50 DEBUG ClassPathBeanDefinitionScanner:286 - Identified candidate component class: file [/home/nb022/workspace/spring4mvc/target/Spring4MVCHelloWorld/WEB-INF/classes/com/learning/servlet/MyDispatcherServlet.class]%2016-09-23 17:58:50 DEBUG ClassPathBeanDefinitionScanner:286 - Identified candidate component class: file [/home/nb022/workspace/spring4mvc/target/Spring4MVCHelloWorld/WEB-INF/classes/com/learning/config/BeanConfig.class]%2016-09-23 17:58:51 DEBUG ConfigurationClassBeanDefinitionReader:164 - Registered bean definition for imported class 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration'%2016-09-23 17:58:51 DEBUG ConfigurationClassBeanDefinitionReader:256 - Registering bean definition for @Bean method org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.handlerExceptionResolver()%2016-09-23 17:58:51 DEBUG ConfigurationClassBeanDefinitionReader:256 - Registering bean definition for @Bean method org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.requestMappingHandlerMapping()%2016-09-23 17:58:51 DEBUG ConfigurationClassBeanDefinitionReader:256 - Registering bean definition for @Bean method org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.mvcContentNegotiationManager()%2016-09-23 17:58:51 DEBUG ConfigurationClassBeanDefinitionReader:256 - Registering bean definition for @Bean method org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.viewControllerHandlerMapping()%2016-09-23 17:58:51 DEBUG ConfigurationClassBeanDefinitionReader:256 - Registering bean definition for @Bean method org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.beanNameHandlerMapping()%2016-09-23 17:58:51 DEBUG ConfigurationClassBeanDefinitionReader:256 - Registering bean definition for @Bean method org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.resourceHandlerMapping()%2016-09-23 17:58:51 DEBUG ConfigurationClassBeanDefinitionReader:256 - Registering bean definition for @Bean method org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.mvcResourceUrlProvider()%2016-09-23 17:58:51 DEBUG ConfigurationClassBeanDefinitionReader:256 - Registering bean definition for @Bean method org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.defaultServletHandlerMapping()%2016-09-23 17:58:51 DEBUG ConfigurationClassBeanDefinitionReader:256 - Registering bean definition for @Bean method org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.requestMappingHandlerAdapter()%2016-09-23 17:58:51 DEBUG ConfigurationClassBeanDefinitionReader:256 - Registering bean definition for @Bean method org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.mvcConversionService()%2016-09-23 17:58:51 DEBUG ConfigurationClassBeanDefinitionReader:256 - Registering bean definition for @Bean method org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.mvcValidator()%2016-09-23 17:58:51 DEBUG ConfigurationClassBeanDefinitionReader:256 - Registering bean definition for @Bean method org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.mvcPathMatcher()%2016-09-23 17:58:51 DEBUG ConfigurationClassBeanDefinitionReader:256 - Registering bean definition for @Bean method org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.mvcUrlPathHelper()%2016-09-23 17:58:51 DEBUG ConfigurationClassBeanDefinitionReader:256 - Registering bean definition for @Bean method org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.mvcUriComponentsContributor()%2016-09-23 17:58:51 DEBUG ConfigurationClassBeanDefinitionReader:256 - Registering bean definition for @Bean method org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.httpRequestHandlerAdapter()%2016-09-23 17:58:51 DEBUG ConfigurationClassBeanDefinitionReader:256 - Registering bean definition for @Bean method org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.simpleControllerHandlerAdapter()%2016-09-23 17:58:51 DEBUG ConfigurationClassBeanDefinitionReader:256 - Registering bean definition for @Bean method org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.mvcViewResolver()%2016-09-23 17:58:51 DEBUG ConfigurationClassBeanDefinitionReader:256 - Registering bean definition for @Bean method com.learning.config.ApplicationInitializer.viewResolver()%2016-09-23 17:58:51 DEBUG ConfigurationClassBeanDefinitionReader:256 - Registering bean definition for @Bean method com.learning.config.ApplicationInitializer.templateEngine()%2016-09-23 17:58:51 DEBUG ConfigurationClassEnhancer:111 - Successfully enhanced com.learning.config.ApplicationInitializer; enhanced class name is: com.learning.config.ApplicationInitializer$$EnhancerBySpringCGLIB$$d0b761da%2016-09-23 17:58:51 DEBUG ConfigurationClassPostProcessor:403 - Replacing bean definition 'applicationInitializer' existing class name 'com.learning.config.ApplicationInitializer' with enhanced class name 'com.learning.config.ApplicationInitializer$$EnhancerBySpringCGLIB$$d0b761da'%2016-09-23 17:58:51 DEBUG ConfigurationClassEnhancer:111 - Successfully enhanced com.learning.config.BeanConfig; enhanced class name is: com.learning.config.BeanConfig$$EnhancerBySpringCGLIB$$1b06aefa%2016-09-23 17:58:51 DEBUG ConfigurationClassPostProcessor:403 - Replacing bean definition 'beanConfig' existing class name 'com.learning.config.BeanConfig' with enhanced class name 'com.learning.config.BeanConfig$$EnhancerBySpringCGLIB$$1b06aefa'%2016-09-23 17:58:51 DEBUG ConfigurationClassEnhancer:111 - Successfully enhanced org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration; enhanced class name is: org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration$$EnhancerBySpringCGLIB$$a0584290%2016-09-23 17:58:51 DEBUG ConfigurationClassPostProcessor:403 - Replacing bean definition 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration' existing class name 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration' with enhanced class name 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration$$EnhancerBySpringCGLIB$$a0584290'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'%2016-09-23 17:58:51 DEBUG AnnotationConfigWebApplicationContext:714 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7312ad46]%2016-09-23 17:58:51 DEBUG AnnotationConfigWebApplicationContext:738 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@b2dd686]%2016-09-23 17:58:51 DEBUG UiApplicationContextUtils:85 - Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@2d5ebab4]%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:741 - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5ee7bc9b: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,applicationInitializer,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor,helloWorldController,myDispatcherServlet,beanConfig,org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration,handlerExceptionResolver,requestMappingHandlerMapping,mvcContentNegotiationManager,viewControllerHandlerMapping,beanNameHandlerMapping,resourceHandlerMapping,mvcResourceUrlProvider,defaultServletHandlerMapping,requestMappingHandlerAdapter,mvcConversionService,mvcValidator,mvcPathMatcher,mvcUrlPathHelper,mvcUriComponentsContributor,httpRequestHandlerAdapter,simpleControllerHandlerAdapter,mvcViewResolver,viewResolver,templateEngine]; root of factory hierarchy%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'applicationInitializer'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'applicationInitializer'%2016-09-23 17:58:51 DEBUG InjectionMetadata:72 - Registered injected element on class [com.learning.config.ApplicationInitializer$$EnhancerBySpringCGLIB$$d0b761da]: AutowiredFieldElement for private org.springframework.context.ApplicationContext com.learning.config.ApplicationInitializer.applicationContext%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'applicationInitializer' to allow for resolving potential circular references%2016-09-23 17:58:51 DEBUG InjectionMetadata:86 - Processing injected element of bean 'applicationInitializer': AutowiredFieldElement for private org.springframework.context.ApplicationContext com.learning.config.ApplicationInitializer.applicationContext%2016-09-23 17:58:51 DEBUG AutowiredAnnotationBeanPostProcessor:490 - Autowiring by type from bean name 'applicationInitializer' to bean named 'org.springframework.web.context.support.AnnotationConfigWebApplicationContext@4b2635cf'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'applicationInitializer'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'helloWorldController'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'helloWorldController'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'helloWorldController' to allow for resolving potential circular references%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'helloWorldController'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'myDispatcherServlet'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'myDispatcherServlet'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'myDispatcherServlet' to allow for resolving potential circular references%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'myDispatcherServlet'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'beanConfig'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'beanConfig'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'beanConfig' to allow for resolving potential circular references%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'beanConfig'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration'%2016-09-23 17:58:51 DEBUG InjectionMetadata:72 - Registered injected element on class [org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration$$EnhancerBySpringCGLIB$$a0584290]: AutowiredMethodElement for public void org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.setConfigurers(java.util.List)%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration' to allow for resolving potential circular references%2016-09-23 17:58:51 DEBUG InjectionMetadata:86 - Processing injected element of bean 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration': AutowiredMethodElement for public void org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.setConfigurers(java.util.List)%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'applicationInitializer'%2016-09-23 17:58:51 DEBUG AutowiredAnnotationBeanPostProcessor:490 - Autowiring by type from bean name 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration' to bean named 'applicationInitializer'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'handlerExceptionResolver'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'handlerExceptionResolver'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'mvcContentNegotiationManager'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'mvcContentNegotiationManager'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'mvcContentNegotiationManager'%2016-09-23 17:58:51 DEBUG ExceptionHandlerExceptionResolver:257 - Looking for exception mappings: Root WebApplicationContext: startup date [Fri Sep 23 17:58:50 CLT 2016]; root of context hierarchy%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'handlerExceptionResolver' to allow for resolving potential circular references%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'handlerExceptionResolver'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'requestMappingHandlerMapping'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'requestMappingHandlerMapping'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'mvcConversionService'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'mvcConversionService'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'mvcConversionService' to allow for resolving potential circular references%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'mvcConversionService'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'mvcResourceUrlProvider'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'mvcResourceUrlProvider'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'mvcResourceUrlProvider' to allow for resolving potential circular references%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'mvcResourceUrlProvider'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcContentNegotiationManager'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'requestMappingHandlerMapping' to allow for resolving potential circular references%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'requestMappingHandlerMapping'%2016-09-23 17:58:51 DEBUG RequestMappingHandlerMapping:174 - Looking for request mappings in application context: Root WebApplicationContext: startup date [Fri Sep 23 17:58:50 CLT 2016]; root of context hierarchy%2016-09-23 17:58:51 INFO RequestMappingHandlerMapping:531 - Mapped "{[/hello]}" onto public java.lang.String com.learning.controller.HelloWorldController.hello(java.lang.String,org.springframework.ui.Model)%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'requestMappingHandlerMapping'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcContentNegotiationManager'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'viewControllerHandlerMapping'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'viewControllerHandlerMapping'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'mvcPathMatcher'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'mvcPathMatcher'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'mvcPathMatcher' to allow for resolving potential circular references%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'mvcPathMatcher'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'mvcUrlPathHelper'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'mvcUrlPathHelper'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'mvcUrlPathHelper' to allow for resolving potential circular references%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'mvcUrlPathHelper'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'viewControllerHandlerMapping' to allow for resolving potential circular references%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'viewControllerHandlerMapping'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'beanNameHandlerMapping'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'beanNameHandlerMapping'%2016-09-23 17:58:51 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'beanNameHandlerMapping' to allow for resolving potential circular references%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:71 - Looking for URL mappings in application context: Root WebApplicationContext: startup date [Fri Sep 23 17:58:50 CLT 2016]; root of context hierarchy%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'applicationInitializer': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'helloWorldController': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'myDispatcherServlet': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'beanConfig': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'handlerExceptionResolver': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'requestMappingHandlerMapping': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'mvcContentNegotiationManager': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'viewControllerHandlerMapping': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'beanNameHandlerMapping': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'resourceHandlerMapping': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'mvcResourceUrlProvider': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'defaultServletHandlerMapping': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'requestMappingHandlerAdapter': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'mvcConversionService': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'mvcValidator': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'mvcPathMatcher': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'mvcUrlPathHelper': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'mvcUriComponentsContributor': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'httpRequestHandlerAdapter': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'simpleControllerHandlerAdapter': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'mvcViewResolver': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'viewResolver': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'templateEngine': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'environment': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'systemProperties': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'systemEnvironment': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'servletContext': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'contextParameters': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'contextAttributes': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'messageSource': no URL paths identified%2016-09-23 17:58:52 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'applicationEventMulticaster': no URL paths identified%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'beanNameHandlerMapping'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'resourceHandlerMapping'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'resourceHandlerMapping'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcPathMatcher'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcUrlPathHelper'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcResourceUrlProvider'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'resourceHandlerMapping' to allow for resolving potential circular references%2016-09-23 17:58:52 INFO SimpleUrlHandlerMapping:341 - Mapped URL path [/resources/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'resourceHandlerMapping'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcResourceUrlProvider'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'defaultServletHandlerMapping'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'defaultServletHandlerMapping'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'defaultServletHandlerMapping' to allow for resolving potential circular references%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'defaultServletHandlerMapping'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'requestMappingHandlerAdapter'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'requestMappingHandlerAdapter'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcContentNegotiationManager'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcConversionService'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'mvcValidator'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'mvcValidator'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'mvcValidator' to allow for resolving potential circular references%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'mvcValidator'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'requestMappingHandlerAdapter' to allow for resolving potential circular references%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'requestMappingHandlerAdapter'%2016-09-23 17:58:52 INFO RequestMappingHandlerAdapter:532 - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Fri Sep 23 17:58:50 CLT 2016]; root of context hierarchy%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'requestMappingHandlerAdapter'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcConversionService'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcValidator'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcPathMatcher'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcUrlPathHelper'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'mvcUriComponentsContributor'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'mvcUriComponentsContributor'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'requestMappingHandlerAdapter'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcConversionService'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'mvcUriComponentsContributor'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'httpRequestHandlerAdapter'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'httpRequestHandlerAdapter'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'httpRequestHandlerAdapter' to allow for resolving potential circular references%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'httpRequestHandlerAdapter'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'simpleControllerHandlerAdapter'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'simpleControllerHandlerAdapter'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'simpleControllerHandlerAdapter' to allow for resolving potential circular references%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'simpleControllerHandlerAdapter'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'mvcViewResolver'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'mvcViewResolver'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcContentNegotiationManager'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'mvcViewResolver' to allow for resolving potential circular references%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'mvcViewResolver'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'mvcViewResolver'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'viewResolver'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'viewResolver'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'applicationInitializer'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'templateEngine'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'templateEngine'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'applicationInitializer'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'templateEngine' to allow for resolving potential circular references%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'templateEngine'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'templateEngine'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'viewResolver' to allow for resolving potential circular references%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'viewResolver'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'templateEngine'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'%2016-09-23 17:58:52 DEBUG AnnotationConfigWebApplicationContext:765 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@2df2bb95]%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'lifecycleProcessor'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcResourceUrlProvider'%2016-09-23 17:58:52 DEBUG ResourceUrlProvider:139 - Looking for resource handler mappings%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'resourceHandlerMapping'%2016-09-23 17:58:52 DEBUG ResourceUrlProvider:151 - Found resource handler mapping: URL pattern="/resources/**", locations=[class path resource [resources/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@53ee3434]%2016-09-23 17:58:52 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.liveBeansView.mbeanDomain' in [servletConfigInitParams]%2016-09-23 17:58:52 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.liveBeansView.mbeanDomain' in [servletContextInitParams]%2016-09-23 17:58:52 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.liveBeansView.mbeanDomain' in [jndiProperties]%2016-09-23 17:58:52 DEBUG JndiTemplate:150 - Looking up JNDI object with name [java:comp/env/spring.liveBeansView.mbeanDomain]%2016-09-23 17:58:52 DEBUG JndiLocatorDelegate:101 - Converted JNDI name [java:comp/env/spring.liveBeansView.mbeanDomain] not found - trying original name [spring.liveBeansView.mbeanDomain]. javax.naming.NameNotFoundException: El nombre spring.liveBeansView.mbeanDomain no este asociado a este contexto%2016-09-23 17:58:52 DEBUG JndiTemplate:150 - Looking up JNDI object with name [spring.liveBeansView.mbeanDomain]%2016-09-23 17:58:52 DEBUG JndiPropertySource:90 - JNDI lookup for name [spring.liveBeansView.mbeanDomain] threw NamingException with message: El nombre spring.liveBeansView.mbeanDomain no este asociado a este contexto. Returning null.%2016-09-23 17:58:52 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties]%2016-09-23 17:58:52 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment]%2016-09-23 17:58:52 DEBUG PropertySourcesPropertyResolver:103 - Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null]%2016-09-23 17:58:52 DEBUG ContextLoader:342 - Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]%2016-09-23 17:58:52 INFO ContextLoader:347 - Root WebApplicationContext: initialization completed in 2051 ms%2016-09-23 17:58:52 DEBUG MyDispatcherServlet:118 - Initializing servlet 'dispatcher'%2016-09-23 17:58:52 DEBUG StandardServletEnvironment:109 - Adding [servletConfigInitParams] PropertySource with lowest search precedence%2016-09-23 17:58:52 DEBUG StandardServletEnvironment:109 - Adding [servletContextInitParams] PropertySource with lowest search precedence%2016-09-23 17:58:52 DEBUG StandardServletEnvironment:109 - Adding [jndiProperties] PropertySource with lowest search precedence%2016-09-23 17:58:52 DEBUG StandardServletEnvironment:109 - Adding [systemProperties] PropertySource with lowest search precedence%2016-09-23 17:58:52 DEBUG StandardServletEnvironment:109 - Adding [systemEnvironment] PropertySource with lowest search precedence%2016-09-23 17:58:52 DEBUG StandardServletEnvironment:127 - Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,jndiProperties,systemProperties,systemEnvironment]%2016-09-23 17:58:52 INFO MyDispatcherServlet:488 - FrameworkServlet 'dispatcher': initialization started%2016-09-23 17:58:52 DEBUG MyDispatcherServlet:506 - Unable to locate MultipartResolver with name 'multipartResolver': no multipart request handling provided%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver'%2016-09-23 17:58:52 DEBUG MyDispatcherServlet:528 - Unable to locate LocaleResolver with name 'localeResolver': using default [org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver@5eaee30f]%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.theme.FixedThemeResolver'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.theme.FixedThemeResolver'%2016-09-23 17:58:52 DEBUG MyDispatcherServlet:550 - Unable to locate ThemeResolver with name 'themeResolver': using default [org.springframework.web.servlet.theme.FixedThemeResolver@67ffc6f5]%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'requestMappingHandlerMapping'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'viewControllerHandlerMapping'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'beanNameHandlerMapping'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'resourceHandlerMapping'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'defaultServletHandlerMapping'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'requestMappingHandlerAdapter'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'httpRequestHandlerAdapter'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'simpleControllerHandlerAdapter'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'handlerExceptionResolver'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator'%2016-09-23 17:58:52 DEBUG MyDispatcherServlet:688 - Unable to locate RequestToViewNameTranslator with name 'viewNameTranslator': using default [org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@6ee352f6]%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcViewResolver'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'viewResolver'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.support.SessionFlashMapManager'%2016-09-23 17:58:52 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.support.SessionFlashMapManager'%2016-09-23 17:58:52 DEBUG MyDispatcherServlet:750 - Unable to locate FlashMapManager with name 'flashMapManager': using default [org.springframework.web.servlet.support.SessionFlashMapManager@4099dde9]%2016-09-23 17:58:52 DEBUG MyDispatcherServlet:567 - Published WebApplicationContext of servlet 'dispatcher' as ServletContext attribute with name [org.springframework.web.servlet.FrameworkServlet.CONTEXT.dispatcher]%2016-09-23 17:58:52 INFO MyDispatcherServlet:507 - FrameworkServlet 'dispatcher': initialization completed in 28 ms%2016-09-23 17:58:52 DEBUG MyDispatcherServlet:139 - Servlet 'dispatcher' configured successfully%2016-09-23 17:59:12 DEBUG MyDispatcherServlet:861 - DispatcherServlet with name 'dispatcher' processing GET request for [/hello]%2016-09-23 17:59:12 DEBUG RequestMappingHandlerMapping:319 - Looking up handler method for path /hello%2016-09-23 17:59:12 DEBUG RequestMappingHandlerMapping:326 - Returning handler method [public java.lang.String com.learning.controller.HelloWorldController.hello(java.lang.String,org.springframework.ui.Model)]%2016-09-23 17:59:12 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'helloWorldController'%2016-09-23 17:59:12 DEBUG MyDispatcherServlet:947 - Last-Modified value for [/hello] is: -1%2016-09-23 17:59:12 DEBUG HelloWorldController:20 - Returning hola view%2016-09-23 17:59:12 DEBUG MyDispatcherServlet:1241 - Rendering view [org.thymeleaf.spring4.view.ThymeleafView@7fa42c71] in DispatcherServlet with name 'dispatcher'%2016-09-23 17:59:13 DEBUG MyDispatcherServlet:1000 - Successfully completed request%2016-09-23 17:59:13 DEBUG MyDispatcherServlet:861 - DispatcherServlet with name 'dispatcher' processing GET request for [/resources/css/MyCss.css]%2016-09-23 17:59:13 DEBUG RequestMappingHandlerMapping:319 - Looking up handler method for path /resources/css/MyCss.css%2016-09-23 17:59:13 DEBUG RequestMappingHandlerMapping:329 - Did not find handler method for [/resources/css/MyCss.css]%2016-09-23 17:59:13 DEBUG SimpleUrlHandlerMapping:191 - Matching patterns for request [/resources/css/MyCss.css] are [/resources/**]%2016-09-23 17:59:13 DEBUG SimpleUrlHandlerMapping:220 - URI Template variables for request [/resources/css/MyCss.css] are {}%2016-09-23 17:59:13 DEBUG SimpleUrlHandlerMapping:141 - Mapping [/resources/css/MyCss.css] to HandlerExecutionChain with handler [ResourceHttpRequestHandler [locations=[class path resource [resources/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@53ee3434]]] and 1 interceptor%2016-09-23 17:59:13 DEBUG MyDispatcherServlet:947 - Last-Modified value for [/resources/css/MyCss.css] is: -1%2016-09-23 17:59:13 DEBUG MyDispatcherServlet:1034 - Null ModelAndView returned to DispatcherServlet with name 'dispatcher': assuming HandlerAdapter completed request handling%2016-09-23 17:59:13 DEBUG MyDispatcherServlet:1000 - Successfully completed request%
Advertisement
Add Comment
Please, Sign In to add comment