Advertisement
Guest User

SpringMvc

a guest
Aug 6th, 2013
508
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.57 KB | None | 0 0
  1. /Library/Tomcat/bin/catalina.sh run
  2. [2013-08-06 05:31:45,596] Artifact JsonExample2:war exploded: Server is not connected. Deploy is not available.
  3. Aug 06, 2013 5:31:46 PM org.apache.catalina.core.AprLifecycleListener init
  4. INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /Users/Administrator/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
  5. Aug 06, 2013 5:31:46 PM org.apache.coyote.AbstractProtocol init
  6. INFO: Initializing ProtocolHandler ["http-bio-8080"]
  7. Aug 06, 2013 5:31:46 PM org.apache.coyote.AbstractProtocol init
  8. INFO: Initializing ProtocolHandler ["ajp-bio-8009"]
  9. Aug 06, 2013 5:31:46 PM org.apache.catalina.startup.Catalina load
  10. INFO: Initialization processed in 884 ms
  11. Aug 06, 2013 5:31:47 PM org.apache.catalina.core.StandardService startInternal
  12. INFO: Starting service Catalina
  13. Aug 06, 2013 5:31:47 PM org.apache.catalina.core.StandardEngine startInternal
  14. INFO: Starting Servlet Engine: Apache Tomcat/7.0.35
  15. Aug 06, 2013 5:31:47 PM org.apache.coyote.AbstractProtocol start
  16. INFO: Starting ProtocolHandler ["http-bio-8080"]
  17. Aug 06, 2013 5:31:47 PM org.apache.coyote.AbstractProtocol start
  18. INFO: Starting ProtocolHandler ["ajp-bio-8009"]
  19. Aug 06, 2013 5:31:47 PM org.apache.catalina.startup.Catalina start
  20. INFO: Server startup in 440 ms
  21. Connected to server
  22. [2013-08-06 05:31:47,677] Artifact JsonExample2:war exploded: Artifact is being deployed, please wait...
  23. 2013-08-06 17:31:50,488 DEBUG [org.springframework.web.servlet.DispatcherServlet] - <Initializing servlet 'mvc-dispatcher'>
  24. 2013-08-06 17:31:50,581 DEBUG [org.springframework.web.context.support.StandardServletEnvironment] - <Initializing new StandardServletEnvironment>
  25. 2013-08-06 17:31:50,582 DEBUG [org.springframework.web.context.support.StandardServletEnvironment] - <Adding [servletConfigInitParams] PropertySource with lowest search precedence>
  26. 2013-08-06 17:31:50,582 DEBUG [org.springframework.web.context.support.StandardServletEnvironment] - <Adding [servletContextInitParams] PropertySource with lowest search precedence>
  27. 2013-08-06 17:31:50,588 DEBUG [org.springframework.web.context.support.StandardServletEnvironment] - <Adding [jndiProperties] PropertySource with lowest search precedence>
  28. 2013-08-06 17:31:50,588 DEBUG [org.springframework.web.context.support.StandardServletEnvironment] - <Adding [systemProperties] PropertySource with lowest search precedence>
  29. 2013-08-06 17:31:50,589 DEBUG [org.springframework.web.context.support.StandardServletEnvironment] - <Adding [systemEnvironment] PropertySource with lowest search precedence>
  30. 2013-08-06 17:31:50,591 DEBUG [org.springframework.web.context.support.StandardServletEnvironment] - <Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,jndiProperties,systemProperties,systemEnvironment]>
  31. 2013-08-06 17:31:50,593 INFO [org.springframework.web.servlet.DispatcherServlet] - <FrameworkServlet 'mvc-dispatcher': initialization started>
  32. 2013-08-06 17:31:50,598 DEBUG [org.springframework.web.servlet.DispatcherServlet] - <Servlet with name 'mvc-dispatcher' will try to create custom WebApplicationContext context of class 'org.springframework.web.context.support.XmlWebApplicationContext', using parent context [null]>
  33. 2013-08-06 17:31:50,631 DEBUG [org.springframework.web.context.support.StandardServletEnvironment] - <Replacing [servletContextInitParams] PropertySource with [servletContextInitParams]>
  34. 2013-08-06 17:31:50,631 DEBUG [org.springframework.web.context.support.StandardServletEnvironment] - <Replacing [servletConfigInitParams] PropertySource with [servletConfigInitParams]>
  35. 2013-08-06 17:31:50,634 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - <Refreshing WebApplicationContext for namespace 'mvc-dispatcher-servlet': startup date [Tue Aug 06 17:31:50 EEST 2013]; root of context hierarchy>
  36. 2013-08-06 17:31:50,697 DEBUG [org.springframework.core.env.StandardEnvironment] - <Initializing new StandardEnvironment>
  37. 2013-08-06 17:31:50,698 DEBUG [org.springframework.core.env.StandardEnvironment] - <Adding [systemProperties] PropertySource with lowest search precedence>
  38. 2013-08-06 17:31:50,698 DEBUG [org.springframework.core.env.StandardEnvironment] - <Adding [systemEnvironment] PropertySource with lowest search precedence>
  39. 2013-08-06 17:31:50,698 DEBUG [org.springframework.core.env.StandardEnvironment] - <Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]>
  40. 2013-08-06 17:31:50,719 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - <Loading XML bean definitions from ServletContext resource [/WEB-INF/mvc-dispatcher-servlet.xml]>
  41. 2013-08-06 17:31:50,721 DEBUG [org.springframework.beans.factory.xml.DefaultDocumentLoader] - <Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]>
  42. 2013-08-06 17:31:50,768 DEBUG [org.springframework.beans.factory.xml.PluggableSchemaResolver] - <Loading schema mappings from [META-INF/spring.schemas]>
  43. 2013-08-06 17:31:50,772 DEBUG [org.springframework.beans.factory.xml.PluggableSchemaResolver] - <Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd}>
  44. 2013-08-06 17:31:50,774 DEBUG [org.springframework.beans.factory.xml.PluggableSchemaResolver] - <Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.2.xsd>
  45. 2013-08-06 17:31:50,841 DEBUG [org.springframework.beans.factory.xml.PluggableSchemaResolver] - <Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-3.2.xsd>
  46. 2013-08-06 17:31:50,851 DEBUG [org.springframework.beans.factory.xml.PluggableSchemaResolver] - <Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.2.xsd>
  47. 2013-08-06 17:31:50,861 DEBUG [org.springframework.beans.factory.xml.PluggableSchemaResolver] - <Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-3.2.xsd>
  48. 2013-08-06 17:31:50,876 DEBUG [org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader] - <Loading bean definitions>
  49. 2013-08-06 17:31:50,898 DEBUG [org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver] - <Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler}>
  50. 2013-08-06 17:31:50,931 DEBUG [org.springframework.core.env.StandardEnvironment] - <Initializing new StandardEnvironment>
  51. 2013-08-06 17:31:50,931 DEBUG [org.springframework.core.env.StandardEnvironment] - <Adding [systemProperties] PropertySource with lowest search precedence>
  52. 2013-08-06 17:31:50,931 DEBUG [org.springframework.core.env.StandardEnvironment] - <Adding [systemEnvironment] PropertySource with lowest search precedence>
  53. 2013-08-06 17:31:50,931 DEBUG [org.springframework.core.env.StandardEnvironment] - <Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]>
  54. 2013-08-06 17:31:50,953 DEBUG [org.springframework.core.io.support.PathMatchingResourcePatternResolver] - <Looking for matching resources in directory tree [/Users/Administrator/IdeaProjects/JsonExample2/target/JsonExample2/WEB-INF/classes/com/springapp/mvc]>
  55. 2013-08-06 17:31:50,953 DEBUG [org.springframework.core.io.support.PathMatchingResourcePatternResolver] - <Searching directory [/Users/Administrator/IdeaProjects/JsonExample2/target/JsonExample2/WEB-INF/classes/com/springapp/mvc] for files matching pattern [/Users/Administrator/IdeaProjects/JsonExample2/target/JsonExample2/WEB-INF/classes/com/springapp/mvc/**/*.class]>
  56. 2013-08-06 17:31:50,959 DEBUG [org.springframework.core.io.support.PathMatchingResourcePatternResolver] - <Resolved location pattern [classpath*:com/springapp/mvc/**/*.class] to resources [file [/Users/Administrator/IdeaProjects/JsonExample2/target/JsonExample2/WEB-INF/classes/com/springapp/mvc/HelloController.class]]>
  57. 2013-08-06 17:31:51,034 DEBUG [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - <Identified candidate component class: file [/Users/Administrator/IdeaProjects/JsonExample2/target/JsonExample2/WEB-INF/classes/com/springapp/mvc/HelloController.class]>
  58. 2013-08-06 17:31:51,110 DEBUG [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - <Loaded 16 bean definitions from location pattern [/WEB-INF/mvc-dispatcher-servlet.xml]>
  59. 2013-08-06 17:31:51,110 DEBUG [org.springframework.web.context.support.XmlWebApplicationContext] - <Bean factory for WebApplicationContext for namespace 'mvc-dispatcher-servlet': org.springframework.beans.factory.support.DefaultListableBeanFactory@1517f0c: defining beans [helloController,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,viewResolver,tilesConfigurer,org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0,org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0,org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#1,themeSource,themeResolver]; root of factory hierarchy>
  60. 2013-08-06 17:31:51,149 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'>
  61. 2013-08-06 17:31:51,150 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'>
  62. 2013-08-06 17:31:51,161 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references>
  63. 2013-08-06 17:31:51,166 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'>
  64. 2013-08-06 17:31:51,233 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'>
  65. 2013-08-06 17:31:51,233 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'>
  66. 2013-08-06 17:31:51,236 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references>
  67. 2013-08-06 17:31:51,236 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'>
  68. 2013-08-06 17:31:51,236 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'>
  69. 2013-08-06 17:31:51,236 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'>
  70. 2013-08-06 17:31:51,238 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references>
  71. 2013-08-06 17:31:51,238 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'>
  72. 2013-08-06 17:31:51,238 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'>
  73. 2013-08-06 17:31:51,238 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'>
  74. 2013-08-06 17:31:51,242 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references>
  75. 2013-08-06 17:31:51,242 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'>
  76. 2013-08-06 17:31:51,242 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'>
  77. 2013-08-06 17:31:51,242 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'>
  78. 2013-08-06 17:31:51,243 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references>
  79. 2013-08-06 17:31:51,243 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'>
  80. 2013-08-06 17:31:51,249 DEBUG [org.springframework.web.context.support.XmlWebApplicationContext] - <Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1f81ee52]>
  81. 2013-08-06 17:31:51,253 DEBUG [org.springframework.web.context.support.XmlWebApplicationContext] - <Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@327f62bd]>
  82. 2013-08-06 17:31:51,256 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating shared instance of singleton bean 'themeSource'>
  83. 2013-08-06 17:31:51,257 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating instance of bean 'themeSource'>
  84. 2013-08-06 17:31:51,265 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Eagerly caching bean 'themeSource' to allow for resolving potential circular references>
  85. 2013-08-06 17:31:51,297 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Finished creating instance of bean 'themeSource'>
  86. 2013-08-06 17:31:51,298 DEBUG [org.springframework.ui.context.support.UiApplicationContextUtils] - <Using ThemeSource [org.springframework.ui.context.support.ResourceBundleThemeSource@68328bc5]>
  87. 2013-08-06 17:31:51,303 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1517f0c: defining beans [helloController,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,viewResolver,tilesConfigurer,org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0,org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0,org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#1,themeSource,themeResolver,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor]; root of factory hierarchy>
  88. 2013-08-06 17:31:51,303 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating shared instance of singleton bean 'helloController'>
  89. 2013-08-06 17:31:51,303 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating instance of bean 'helloController'>
  90. 2013-08-06 17:31:51,308 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Eagerly caching bean 'helloController' to allow for resolving potential circular references>
  91. 2013-08-06 17:31:51,313 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Finished creating instance of bean 'helloController'>
  92. 2013-08-06 17:31:51,313 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'>
  93. 2013-08-06 17:31:51,314 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'>
  94. 2013-08-06 17:31:51,314 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'>
  95. 2013-08-06 17:31:51,314 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'>
  96. 2013-08-06 17:31:51,314 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating shared instance of singleton bean 'viewResolver'>
  97. 2013-08-06 17:31:51,314 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating instance of bean 'viewResolver'>
  98. 2013-08-06 17:31:51,323 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Eagerly caching bean 'viewResolver' to allow for resolving potential circular references>
  99. 2013-08-06 17:31:51,378 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Finished creating instance of bean 'viewResolver'>
  100. 2013-08-06 17:31:51,379 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating shared instance of singleton bean 'tilesConfigurer'>
  101. 2013-08-06 17:31:51,379 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating instance of bean 'tilesConfigurer'>
  102. 2013-08-06 17:31:51,388 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Eagerly caching bean 'tilesConfigurer' to allow for resolving potential circular references>
  103. 2013-08-06 17:31:51,415 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Invoking afterPropertiesSet() on bean with name 'tilesConfigurer'>
  104. 2013-08-06 17:31:51,503 DEBUG [org.apache.commons.digester.Digester] - <register('-//Apache Software Foundation//DTD Tiles Configuration 3.0//EN', 'jar:file:/Users/Administrator/IdeaProjects/JsonExample2/target/JsonExample2/WEB-INF/lib/tiles-core-3.0.1.jar!/org/apache/tiles/resources/tiles-config_3_0.dtd'>
  105. 2013-08-06 17:31:51,527 INFO [org.springframework.web.servlet.view.tiles3.TilesConfigurer] - <Found JSP 2.1 ExpressionFactory>
  106. 2013-08-06 17:31:51,560 INFO [org.apache.tiles.access.TilesAccess] - <Publishing TilesContext for context: org.springframework.web.servlet.view.tiles3.SpringWildcardServletTilesApplicationContext>
  107. 2013-08-06 17:31:51,560 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Finished creating instance of bean 'tilesConfigurer'>
  108. 2013-08-06 17:31:51,561 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating shared instance of singleton bean 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'>
  109. 2013-08-06 17:31:51,561 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating instance of bean 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'>
  110. 2013-08-06 17:31:51,564 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Eagerly caching bean 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0' to allow for resolving potential circular references>
  111. 2013-08-06 17:31:51,586 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'>
  112. 2013-08-06 17:31:51,587 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Finished creating instance of bean 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'>
  113. 2013-08-06 17:31:51,587 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#0'>
  114. 2013-08-06 17:31:51,587 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating instance of bean 'org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#0'>
  115. 2013-08-06 17:31:51,593 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Eagerly caching bean 'org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#0' to allow for resolving potential circular references>
  116. 2013-08-06 17:31:51,625 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Returning cached instance of singleton bean 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'>
  117. 2013-08-06 17:31:51,625 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] - <Mapped URL path [/resources/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'>
  118. 2013-08-06 17:31:51,625 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Finished creating instance of bean 'org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#0'>
  119. 2013-08-06 17:31:51,626 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping'>
  120. 2013-08-06 17:31:51,626 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping'>
  121. 2013-08-06 17:31:51,632 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references>
  122. 2013-08-06 17:31:51,669 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Looking for URL mappings in application context: WebApplicationContext for namespace 'mvc-dispatcher-servlet': startup date [Tue Aug 06 17:31:50 EEST 2013]; root of context hierarchy>
  123. 2013-08-06 17:31:51,670 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'helloController': no URL paths identified>
  124. 2013-08-06 17:31:51,670 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified>
  125. 2013-08-06 17:31:51,670 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified>
  126. 2013-08-06 17:31:51,670 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified>
  127. 2013-08-06 17:31:51,670 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified>
  128. 2013-08-06 17:31:51,670 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'viewResolver': no URL paths identified>
  129. 2013-08-06 17:31:51,670 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'tilesConfigurer': no URL paths identified>
  130. 2013-08-06 17:31:51,671 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0': no URL paths identified>
  131. 2013-08-06 17:31:51,671 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#0': no URL paths identified>
  132. 2013-08-06 17:31:51,671 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified>
  133. 2013-08-06 17:31:51,671 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified>
  134. 2013-08-06 17:31:51,671 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified>
  135. 2013-08-06 17:31:51,671 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0': no URL paths identified>
  136. 2013-08-06 17:31:51,671 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#1': no URL paths identified>
  137. 2013-08-06 17:31:51,671 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'themeSource': no URL paths identified>
  138. 2013-08-06 17:31:51,671 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'themeResolver': no URL paths identified>
  139. 2013-08-06 17:31:51,671 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified>
  140. 2013-08-06 17:31:51,672 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'environment': no URL paths identified>
  141. 2013-08-06 17:31:51,672 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'systemProperties': no URL paths identified>
  142. 2013-08-06 17:31:51,672 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'systemEnvironment': no URL paths identified>
  143. 2013-08-06 17:31:51,672 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'servletContext': no URL paths identified>
  144. 2013-08-06 17:31:51,672 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'servletConfig': no URL paths identified>
  145. 2013-08-06 17:31:51,672 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'contextParameters': no URL paths identified>
  146. 2013-08-06 17:31:51,672 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'contextAttributes': no URL paths identified>
  147. 2013-08-06 17:31:51,672 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified>
  148. 2013-08-06 17:31:51,672 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'messageSource': no URL paths identified>
  149. 2013-08-06 17:31:51,672 DEBUG [org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping] - <Rejected bean name 'applicationEventMulticaster': no URL paths identified>
  150. 2013-08-06 17:31:51,673 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping'>
  151. 2013-08-06 17:31:51,673 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter'>
  152. 2013-08-06 17:31:51,673 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter'>
  153. 2013-08-06 17:31:51,673 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references>
  154. 2013-08-06 17:31:51,682 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter'>
  155. 2013-08-06 17:31:51,682 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter'>
  156. 2013-08-06 17:31:51,682 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter'>
  157. 2013-08-06 17:31:51,682 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references>
  158. 2013-08-06 17:31:51,689 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter'>
  159. 2013-08-06 17:31:51,690 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating shared instance of singleton bean 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'>
  160. 2013-08-06 17:31:51,690 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating instance of bean 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'>
  161. 2013-08-06 17:31:51,691 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Eagerly caching bean 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0' to allow for resolving potential circular references>
  162. 2013-08-06 17:31:51,702 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Finished creating instance of bean 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'>
  163. 2013-08-06 17:31:51,703 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#1'>
  164. 2013-08-06 17:31:51,703 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating instance of bean 'org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#1'>
  165. 2013-08-06 17:31:51,703 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Eagerly caching bean 'org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#1' to allow for resolving potential circular references>
  166. 2013-08-06 17:31:51,706 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Returning cached instance of singleton bean 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'>
  167. 2013-08-06 17:31:51,706 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] - <Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'>
  168. 2013-08-06 17:31:51,706 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Finished creating instance of bean 'org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#1'>
  169. 2013-08-06 17:31:51,706 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Returning cached instance of singleton bean 'themeSource'>
  170. 2013-08-06 17:31:51,706 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating shared instance of singleton bean 'themeResolver'>
  171. 2013-08-06 17:31:51,707 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating instance of bean 'themeResolver'>
  172. 2013-08-06 17:31:51,712 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Eagerly caching bean 'themeResolver' to allow for resolving potential circular references>
  173. 2013-08-06 17:31:51,727 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Finished creating instance of bean 'themeResolver'>
  174. 2013-08-06 17:31:51,727 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'>
  175. 2013-08-06 17:31:51,730 DEBUG [org.springframework.web.context.support.XmlWebApplicationContext] - <Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3824f891]>
  176. 2013-08-06 17:31:51,731 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Returning cached instance of singleton bean 'lifecycleProcessor'>
  177. 2013-08-06 17:31:51,735 DEBUG [org.springframework.web.servlet.DispatcherServlet] - <Unable to locate MultipartResolver with name 'multipartResolver': no multipart request handling provided>
  178. 2013-08-06 17:31:51,736 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating instance of bean 'org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver'>
  179. 2013-08-06 17:31:51,743 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Finished creating instance of bean 'org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver'>
  180. 2013-08-06 17:31:51,744 DEBUG [org.springframework.web.servlet.DispatcherServlet] - <Unable to locate LocaleResolver with name 'localeResolver': using default [org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver@6331a14a]>
  181. 2013-08-06 17:31:51,744 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Returning cached instance of singleton bean 'themeResolver'>
  182. 2013-08-06 17:31:51,744 DEBUG [org.springframework.web.servlet.DispatcherServlet] - <Using ThemeResolver [org.springframework.web.servlet.theme.CookieThemeResolver@4f543426]>
  183. 2013-08-06 17:31:51,745 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#0'>
  184. 2013-08-06 17:31:51,745 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping'>
  185. 2013-08-06 17:31:51,745 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#1'>
  186. 2013-08-06 17:31:51,746 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Returning cached instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter'>
  187. 2013-08-06 17:31:51,746 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Returning cached instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter'>
  188. 2013-08-06 17:31:51,751 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver'>
  189. 2013-08-06 17:31:52,054 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver'>
  190. 2013-08-06 17:31:52,055 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver'>
  191. 2013-08-06 17:31:52,064 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver'>
  192. 2013-08-06 17:31:52,065 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver'>
  193. 2013-08-06 17:31:52,087 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver'>
  194. 2013-08-06 17:31:52,087 DEBUG [org.springframework.web.servlet.DispatcherServlet] - <No HandlerExceptionResolvers found in servlet 'mvc-dispatcher': using default>
  195. 2013-08-06 17:31:52,089 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating instance of bean 'org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator'>
  196. 2013-08-06 17:31:52,098 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Finished creating instance of bean 'org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator'>
  197. 2013-08-06 17:31:52,098 DEBUG [org.springframework.web.servlet.DispatcherServlet] - <Unable to locate RequestToViewNameTranslator with name 'viewNameTranslator': using default [org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@5e487c00]>
  198. 2013-08-06 17:31:52,099 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Returning cached instance of singleton bean 'viewResolver'>
  199. 2013-08-06 17:31:52,101 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Creating instance of bean 'org.springframework.web.servlet.support.SessionFlashMapManager'>
  200. 2013-08-06 17:31:52,110 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Finished creating instance of bean 'org.springframework.web.servlet.support.SessionFlashMapManager'>
  201. 2013-08-06 17:31:52,110 DEBUG [org.springframework.web.servlet.DispatcherServlet] - <Unable to locate FlashMapManager with name 'flashMapManager': using default [org.springframework.web.servlet.support.SessionFlashMapManager@531c2718]>
  202. 2013-08-06 17:31:52,113 DEBUG [org.springframework.core.env.PropertySourcesPropertyResolver] - <Searching for key 'spring.liveBeansView.mbeanDomain' in [servletConfigInitParams]>
  203. 2013-08-06 17:31:52,113 DEBUG [org.springframework.core.env.PropertySourcesPropertyResolver] - <Searching for key 'spring.liveBeansView.mbeanDomain' in [servletContextInitParams]>
  204. 2013-08-06 17:31:52,113 DEBUG [org.springframework.core.env.PropertySourcesPropertyResolver] - <Searching for key 'spring.liveBeansView.mbeanDomain' in [jndiProperties]>
  205. 2013-08-06 17:31:52,113 DEBUG [org.springframework.jndi.JndiTemplate] - <Looking up JNDI object with name [java:comp/env/spring.liveBeansView.mbeanDomain]>
  206. 2013-08-06 17:31:52,114 DEBUG [org.springframework.jndi.JndiLocatorDelegate] - <Converted JNDI name [java:comp/env/spring.liveBeansView.mbeanDomain] not found - trying original name [spring.liveBeansView.mbeanDomain]. javax.naming.NameNotFoundException: Name [spring.liveBeansView.mbeanDomain] is not bound in this Context. Unable to find [spring.liveBeansView.mbeanDomain].>
  207. 2013-08-06 17:31:52,115 DEBUG [org.springframework.jndi.JndiTemplate] - <Looking up JNDI object with name [spring.liveBeansView.mbeanDomain]>
  208. 2013-08-06 17:31:52,115 DEBUG [org.springframework.jndi.JndiPropertySource] - <JNDI lookup for name [spring.liveBeansView.mbeanDomain] threw NamingException with message: Name [spring.liveBeansView.mbeanDomain] is not bound in this Context. Unable to find [spring.liveBeansView.mbeanDomain].. Returning null.>
  209. 2013-08-06 17:31:52,115 DEBUG [org.springframework.core.env.PropertySourcesPropertyResolver] - <Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties]>
  210. 2013-08-06 17:31:52,115 DEBUG [org.springframework.core.env.PropertySourcesPropertyResolver] - <Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment]>
  211. 2013-08-06 17:31:52,116 DEBUG [org.springframework.core.env.PropertySourcesPropertyResolver] - <Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null]>
  212. 2013-08-06 17:31:52,116 DEBUG [org.springframework.web.servlet.DispatcherServlet] - <Published WebApplicationContext of servlet 'mvc-dispatcher' as ServletContext attribute with name [org.springframework.web.servlet.FrameworkServlet.CONTEXT.mvc-dispatcher]>
  213. 2013-08-06 17:31:52,117 INFO [org.springframework.web.servlet.DispatcherServlet] - <FrameworkServlet 'mvc-dispatcher': initialization completed in 1524 ms>
  214. 2013-08-06 17:31:52,117 DEBUG [org.springframework.web.servlet.DispatcherServlet] - <Servlet 'mvc-dispatcher' configured successfully>
  215. [2013-08-06 05:31:52,155] Artifact JsonExample2:war exploded: Artifact is deployed successfully
  216. 2013-08-06 17:31:52,435 DEBUG [org.springframework.web.servlet.DispatcherServlet] - <DispatcherServlet with name 'mvc-dispatcher' processing GET request for [/]>
  217. 2013-08-06 17:31:52,441 DEBUG [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] - <Matching patterns for request [/] are [/**]>
  218. 2013-08-06 17:31:52,441 DEBUG [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] - <URI Template variables for request [/] are {}>
  219. 2013-08-06 17:31:52,445 DEBUG [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] - <Mapping [/] to HandlerExecutionChain with handler [org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler@66df1473] and 1 interceptor>
  220. 2013-08-06 17:31:52,446 DEBUG [org.springframework.web.servlet.DispatcherServlet] - <Last-Modified value for [/] is: -1>
  221. 2013-08-06 17:31:52,453 DEBUG [org.springframework.web.servlet.DispatcherServlet] - <Null ModelAndView returned to DispatcherServlet with name 'mvc-dispatcher': assuming HandlerAdapter completed request handling>
  222. 2013-08-06 17:31:52,454 DEBUG [org.springframework.web.servlet.DispatcherServlet] - <Successfully completed request>
  223. 2013-08-06 17:31:52,471 DEBUG [org.springframework.web.servlet.DispatcherServlet] - <DispatcherServlet with name 'mvc-dispatcher' processing GET request for [/]>
  224. 2013-08-06 17:31:52,471 DEBUG [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] - <Matching patterns for request [/] are [/**]>
  225. 2013-08-06 17:31:52,471 DEBUG [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] - <URI Template variables for request [/] are {}>
  226. 2013-08-06 17:31:52,472 DEBUG [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] - <Mapping [/] to HandlerExecutionChain with handler [org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler@66df1473] and 1 interceptor>
  227. 2013-08-06 17:31:52,472 DEBUG [org.springframework.web.servlet.DispatcherServlet] - <Last-Modified value for [/] is: -1>
  228. 2013-08-06 17:31:52,472 DEBUG [org.springframework.web.servlet.DispatcherServlet] - <Null ModelAndView returned to DispatcherServlet with name 'mvc-dispatcher': assuming HandlerAdapter completed request handling>
  229. 2013-08-06 17:31:52,472 DEBUG [org.springframework.web.servlet.DispatcherServlet] - <Successfully completed request>
  230. 2013-08-06 17:31:52,776 DEBUG [org.springframework.web.servlet.DispatcherServlet] - <DispatcherServlet with name 'mvc-dispatcher' processing GET request for [/]>
  231. 2013-08-06 17:31:52,776 DEBUG [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] - <Matching patterns for request [/] are [/**]>
  232. 2013-08-06 17:31:52,777 DEBUG [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] - <URI Template variables for request [/] are {}>
  233. 2013-08-06 17:31:52,777 DEBUG [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] - <Mapping [/] to HandlerExecutionChain with handler [org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler@66df1473] and 1 interceptor>
  234. 2013-08-06 17:31:52,778 DEBUG [org.springframework.web.servlet.DispatcherServlet] - <Last-Modified value for [/] is: -1>
  235. 2013-08-06 17:31:52,778 DEBUG [org.springframework.web.servlet.DispatcherServlet] - <Null ModelAndView returned to DispatcherServlet with name 'mvc-dispatcher': assuming HandlerAdapter completed request handling>
  236. 2013-08-06 17:31:52,778 DEBUG [org.springframework.web.servlet.DispatcherServlet] - <Successfully completed request>
  237. Aug 06, 2013 5:31:57 PM org.apache.catalina.startup.HostConfig deployDirectory
  238. INFO: Deploying web application directory /usr/local/apache-tomcat-7.0.35/webapps/manager
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement