Link to home
Start Free TrialLog in
Avatar of Rohit Bajaj
Rohit BajajFlag for India

asked on

No context on this server matched or handled this request.

HI,
I built a war out of my spring mvc project and it works on my local machine when i type localhost:8080
Now i needed to deploy it on a linux machine. so i just copied the war into the webapps folder of jetty and ran
java -jar start.jar jetty.http.port=8888
The server started successfully but when i hit server_ip:888 i got the following error :
Error 404 - Not Found.
No context on this server matched or handled this request.
Contexts known to this server are:

    /snippet ---> o.e.j.w.WebAppContext@153f5a29{/snippet,[file:///tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/, jar:file:///tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/lib/codemirror-5.6.jar!/META-INF/resources],AVAILABLE}{/snippet.war}

Open in new window


It works on my machine!! [But yes i never used jetty in this way. Instead i ran it from a plugin inside Intellij ]
What could be the reason its not working on remote machine.
Also i am posting below the output logs on terminal :
[robinsu@olympus101 jetty-distribution-9.3.3.v20150827]$ java -jar start.jar jetty.http.port=8888
2015-10-07 20:15:40.400:INFO::main: Logging initialized @1393ms
2015-10-07 20:15:40.547:WARN:oejs.HomeBaseWarning:main: This instance of Jetty is not running from a separate {jetty.base} directory, this is not recommended.  See documentation at http://www.eclipse.org/jetty/documentation/current/startup.html
2015-10-07 20:15:40.816:INFO:oejs.Server:main: jetty-9.3.3.v20150827
2015-10-07 20:15:40.859:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:///home/robinsu/tmp/jetty-distribution-9.3.3.v20150827/webapps/] at interval 1
2015-10-07 20:15:44.119:INFO:snippet:main: No Spring WebApplicationInitializer types detected on classpath
2015-10-07 20:15:44.416:INFO:snippet:main: Set web app root system property: 'webapp.root' = [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp]
2015-10-07 20:15:44.534:INFO:snippet:main: Initializing log4j from [classpath:properties/staging/log4j.properties]
log4j:ERROR setFile(null,true) call failed.
java.io.FileNotFoundException: /Users/robinsuri/Downloads/log4j/myapp.log (No such file or directory)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>(Unknown Source)
	at java.io.FileOutputStream.<init>(Unknown Source)
	at org.apache.log4j.FileAppender.setFile(FileAppender.java:294)
	at org.apache.log4j.RollingFileAppender.setFile(RollingFileAppender.java:207)
	at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:165)
	at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:307)
	at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:172)
	at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:104)
	at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyConfigurator.java:842)
	at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyConfigurator.java:768)
	at org.apache.log4j.PropertyConfigurator.configureRootCategory(PropertyConfigurator.java:648)
	at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:514)
	at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:580)
	at org.apache.log4j.PropertyConfigurator.configure(PropertyConfigurator.java:415)
	at org.springframework.util.Log4jConfigurer.initLogging(Log4jConfigurer.java:78)
	at org.springframework.web.util.Log4jWebConfigurer.initLogging(Log4jWebConfigurer.java:154)
	at org.springframework.web.util.Log4jConfigListener.contextInitialized(Log4jConfigListener.java:49)
	at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:835)
	at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:530)
	at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:808)
	at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:342)
	at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1368)
	at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1335)
	at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:772)
	at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:259)
	at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:511)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
	at org.eclipse.jetty.deploy.bindings.StandardStarter.processBinding(StandardStarter.java:41)
	at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:188)
	at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:499)
	at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:147)
	at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:180)
	at org.eclipse.jetty.deploy.providers.WebAppProvider.fileAdded(WebAppProvider.java:453)
	at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:64)
	at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:610)
	at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:529)
	at org.eclipse.jetty.util.Scanner.scan(Scanner.java:392)
	at org.eclipse.jetty.util.Scanner.doStart(Scanner.java:313)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
	at org.eclipse.jetty.deploy.providers.ScanningAppProvider.doStart(ScanningAppProvider.java:150)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
	at org.eclipse.jetty.deploy.DeploymentManager.startAppProvider(DeploymentManager.java:561)
	at org.eclipse.jetty.deploy.DeploymentManager.doStart(DeploymentManager.java:236)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
	at org.eclipse.jetty.server.Server.start(Server.java:405)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
	at org.eclipse.jetty.server.Server.doStart(Server.java:372)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
	at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1510)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1435)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.jetty.start.Main.invokeMain(Main.java:214)
	at org.eclipse.jetty.start.Main.start(Main.java:457)
	at org.eclipse.jetty.start.Main.main(Main.java:75)
2015-10-07 20:15:44.584:INFO:snippet:main: Initializing Spring root WebApplicationContext
2015-10-07 20:15:44 INFO  ContextLoader:307 - Root WebApplicationContext: initialization started
2015-10-07 20:15:44 DEBUG StandardServletEnvironment:109 - Adding [servletConfigInitParams] PropertySource with lowest search precedence
2015-10-07 20:15:44 DEBUG StandardServletEnvironment:109 - Adding [servletContextInitParams] PropertySource with lowest search precedence
2015-10-07 20:15:44 DEBUG StandardServletEnvironment:109 - Adding [jndiProperties] PropertySource with lowest search precedence
2015-10-07 20:15:44 DEBUG StandardServletEnvironment:109 - Adding [systemProperties] PropertySource with lowest search precedence
2015-10-07 20:15:44 DEBUG StandardServletEnvironment:109 - Adding [systemEnvironment] PropertySource with lowest search precedence
2015-10-07 20:15:44 DEBUG StandardServletEnvironment:126 - Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,jndiProperties,systemProperties,systemEnvironment]
2015-10-07 20:15:44 DEBUG StandardServletEnvironment:174 - Replacing [servletContextInitParams] PropertySource with [servletContextInitParams]
2015-10-07 20:15:44 INFO  XmlWebApplicationContext:573 - Refreshing Root WebApplicationContext: startup date [Wed Oct 07 20:15:44 UTC 2015]; root of context hierarchy
2015-10-07 20:15:44 DEBUG StandardEnvironment:109 - Adding [systemProperties] PropertySource with lowest search precedence
2015-10-07 20:15:44 DEBUG StandardEnvironment:109 - Adding [systemEnvironment] PropertySource with lowest search precedence
2015-10-07 20:15:44 DEBUG StandardEnvironment:126 - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
2015-10-07 20:15:44 INFO  XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [spring/root-context.xml]
2015-10-07 20:15:44 DEBUG DefaultDocumentLoader:73 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
2015-10-07 20:15:44 DEBUG PluggableSchemaResolver:141 - Loading schema mappings from [META-INF/spring.schemas]
2015-10-07 20:15:44 DEBUG PluggableSchemaResolver:147 - Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.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/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.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/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.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/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.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-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.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/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.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/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.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/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-4.2.xsd=org/springframework/transaction/config/spring-tx-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.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/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.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/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/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.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/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.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/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.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/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.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/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.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/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.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/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.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/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.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/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.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/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.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/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.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/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.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/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.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/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-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/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.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/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.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/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.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/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.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/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.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/aop/spring-aop-4.2.xsd=org/springframework/aop/config/spring-aop-4.2.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.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/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.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/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.2.xsd}
2015-10-07 20:15:44 DEBUG PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.2.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.2.xsd
2015-10-07 20:15:45 DEBUG DefaultBeanDefinitionDocumentReader:92 - Loading bean definitions
2015-10-07 20:15:45 DEBUG XmlBeanDefinitionReader:224 - Loaded 4 bean definitions from location pattern [classpath:spring/root-context.xml]
2015-10-07 20:15:45 DEBUG XmlWebApplicationContext:607 - Bean factory for Root WebApplicationContext: org.springframework.beans.factory.support.DefaultListableBeanFactory@55182842: defining beans [placeholderConfig,ds,jdbcTemplate,viewResolver]; root of factory hierarchy
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:873 - Registering scope 'request' with implementation [org.springframework.web.context.request.RequestScope@2f4948e4]
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:873 - Registering scope 'session' with implementation [org.springframework.web.context.request.SessionScope@3fc2959f]
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:873 - Registering scope 'globalSession' with implementation [org.springframework.web.context.request.SessionScope@5aa9e4eb]
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:873 - Registering scope 'application' with implementation [org.springframework.web.context.support.ServletContextScope@139982de]
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'placeholderConfig'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'placeholderConfig'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'placeholderConfig' to allow for resolving potential circular references
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'FLOCK_APPS_CONFIG' in [servletConfigInitParams]
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'FLOCK_APPS_CONFIG' in [servletContextInitParams]
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'FLOCK_APPS_CONFIG' in [jndiProperties]
2015-10-07 20:15:45 DEBUG JndiTemplate:150 - Looking up JNDI object with name [java:comp/env/FLOCK_APPS_CONFIG]
2015-10-07 20:15:45 DEBUG JndiLocatorDelegate:101 - Converted JNDI name [java:comp/env/FLOCK_APPS_CONFIG] not found - trying original name [FLOCK_APPS_CONFIG]. javax.naming.NameNotFoundException; remaining name 'FLOCK_APPS_CONFIG'
2015-10-07 20:15:45 DEBUG JndiTemplate:150 - Looking up JNDI object with name [FLOCK_APPS_CONFIG]
2015-10-07 20:15:45 DEBUG JndiPropertySource:90 - JNDI lookup for name [FLOCK_APPS_CONFIG] threw NamingException with message: null. Returning null.
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'FLOCK_APPS_CONFIG' in [systemProperties]
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'FLOCK_APPS_CONFIG' in [systemEnvironment]
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:90 - Found key 'FLOCK_APPS_CONFIG' in [systemEnvironment] with type [String] and value 'staging'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'placeholderConfig'
2015-10-07 20:15:45 INFO  PropertyPlaceholderConfigurer:172 - Loading properties file from class path resource [properties/staging/database.properties]
2015-10-07 20:15:45 DEBUG XmlWebApplicationContext:713 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@671a5887]
2015-10-07 20:15:45 DEBUG XmlWebApplicationContext:737 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@46fa7c39]
2015-10-07 20:15:45 DEBUG UiApplicationContextUtils:85 - Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@6f27a732]
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:741 - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@55182842: defining beans [placeholderConfig,ds,jdbcTemplate,viewResolver]; root of factory hierarchy
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'placeholderConfig'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'ds'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'ds'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'ds' to allow for resolving potential circular references
2015-10-07 20:15:45 INFO  DriverManagerDataSource:133 - Loaded JDBC driver: com.mysql.jdbc.Driver
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'ds'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'jdbcTemplate'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'jdbcTemplate'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'jdbcTemplate' to allow for resolving potential circular references
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'ds'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'jdbcTemplate'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'jdbcTemplate'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'viewResolver'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'viewResolver'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'viewResolver' to allow for resolving potential circular references
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'viewResolver'
2015-10-07 20:15:45 DEBUG XmlWebApplicationContext:764 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@34f5090e]
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'lifecycleProcessor'
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.liveBeansView.mbeanDomain' in [servletConfigInitParams]
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.liveBeansView.mbeanDomain' in [servletContextInitParams]
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.liveBeansView.mbeanDomain' in [jndiProperties]
2015-10-07 20:15:45 DEBUG JndiTemplate:150 - Looking up JNDI object with name [java:comp/env/spring.liveBeansView.mbeanDomain]
2015-10-07 20:15:45 DEBUG JndiLocatorDelegate:101 - Converted JNDI name [java:comp/env/spring.liveBeansView.mbeanDomain] not found - trying original name [spring.liveBeansView.mbeanDomain]. javax.naming.NameNotFoundException; remaining name 'spring.liveBeansView.mbeanDomain'
2015-10-07 20:15:45 DEBUG JndiTemplate:150 - Looking up JNDI object with name [spring.liveBeansView.mbeanDomain]
2015-10-07 20:15:45 DEBUG JndiPropertySource:90 - JNDI lookup for name [spring.liveBeansView.mbeanDomain] threw NamingException with message: null. Returning null.
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties]
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment]
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:103 - Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null]
2015-10-07 20:15:45 DEBUG ContextLoader:342 - Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]
2015-10-07 20:15:45 INFO  ContextLoader:347 - Root WebApplicationContext: initialization completed in 856 ms
2015-10-07 20:15:45 DEBUG DispatcherServlet:118 - Initializing servlet 'SpringDispatcher'
2015-10-07 20:15:45 DEBUG StandardServletEnvironment:109 - Adding [servletConfigInitParams] PropertySource with lowest search precedence
2015-10-07 20:15:45 DEBUG StandardServletEnvironment:109 - Adding [servletContextInitParams] PropertySource with lowest search precedence
2015-10-07 20:15:45 DEBUG StandardServletEnvironment:109 - Adding [jndiProperties] PropertySource with lowest search precedence
2015-10-07 20:15:45 DEBUG StandardServletEnvironment:109 - Adding [systemProperties] PropertySource with lowest search precedence
2015-10-07 20:15:45 DEBUG StandardServletEnvironment:109 - Adding [systemEnvironment] PropertySource with lowest search precedence
2015-10-07 20:15:45 DEBUG StandardServletEnvironment:126 - Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,jndiProperties,systemProperties,systemEnvironment]
2015-10-07 20:15:45.509:INFO:snippet:main: Initializing Spring FrameworkServlet 'SpringDispatcher'
2015-10-07 20:15:45 INFO  DispatcherServlet:488 - FrameworkServlet 'SpringDispatcher': initialization started
2015-10-07 20:15:45 DEBUG DispatcherServlet:616 - Servlet with name 'SpringDispatcher' will try to create custom WebApplicationContext context of class 'org.springframework.web.context.support.XmlWebApplicationContext', using parent context [Root WebApplicationContext: startup date [Wed Oct 07 20:15:44 UTC 2015]; root of context hierarchy]
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [servletConfigInitParams]
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [servletContextInitParams]
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [jndiProperties]
2015-10-07 20:15:45 DEBUG JndiTemplate:150 - Looking up JNDI object with name [java:comp/env/spring.profiles.active]
2015-10-07 20:15:45 DEBUG JndiLocatorDelegate:101 - Converted JNDI name [java:comp/env/spring.profiles.active] not found - trying original name [spring.profiles.active]. javax.naming.NameNotFoundException; remaining name 'spring.profiles.active'
2015-10-07 20:15:45 DEBUG JndiTemplate:150 - Looking up JNDI object with name [spring.profiles.active]
2015-10-07 20:15:45 DEBUG JndiPropertySource:90 - JNDI lookup for name [spring.profiles.active] threw NamingException with message: null. Returning null.
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemProperties]
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.active' in [systemEnvironment]
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.active' in any property source. Returning [null]
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [servletConfigInitParams]
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [servletContextInitParams]
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [jndiProperties]
2015-10-07 20:15:45 DEBUG JndiTemplate:150 - Looking up JNDI object with name [java:comp/env/spring.profiles.default]
2015-10-07 20:15:45 DEBUG JndiLocatorDelegate:101 - Converted JNDI name [java:comp/env/spring.profiles.default] not found - trying original name [spring.profiles.default]. javax.naming.NameNotFoundException; remaining name 'spring.profiles.default'
2015-10-07 20:15:45 DEBUG JndiTemplate:150 - Looking up JNDI object with name [spring.profiles.default]
2015-10-07 20:15:45 DEBUG JndiPropertySource:90 - JNDI lookup for name [spring.profiles.default] threw NamingException with message: null. Returning null.
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemProperties]
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemEnvironment]
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.default' in any property source. Returning [null]
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [servletConfigInitParams]
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [servletContextInitParams]
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [jndiProperties]
2015-10-07 20:15:45 DEBUG JndiTemplate:150 - Looking up JNDI object with name [java:comp/env/spring.profiles.default]
2015-10-07 20:15:45 DEBUG JndiLocatorDelegate:101 - Converted JNDI name [java:comp/env/spring.profiles.default] not found - trying original name [spring.profiles.default]. javax.naming.NameNotFoundException; remaining name 'spring.profiles.default'
2015-10-07 20:15:45 DEBUG JndiTemplate:150 - Looking up JNDI object with name [spring.profiles.default]
2015-10-07 20:15:45 DEBUG JndiPropertySource:90 - JNDI lookup for name [spring.profiles.default] threw NamingException with message: null. Returning null.
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemProperties]
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.profiles.default' in [systemEnvironment]
2015-10-07 20:15:45 DEBUG PropertySourcesPropertyResolver:103 - Could not find key 'spring.profiles.default' in any property source. Returning [null]
2015-10-07 20:15:45 DEBUG StandardServletEnvironment:174 - Replacing [servletContextInitParams] PropertySource with [servletContextInitParams]
2015-10-07 20:15:45 DEBUG StandardServletEnvironment:174 - Replacing [servletConfigInitParams] PropertySource with [servletConfigInitParams]
2015-10-07 20:15:45 INFO  XmlWebApplicationContext:573 - Refreshing WebApplicationContext for namespace 'SpringDispatcher-servlet': startup date [Wed Oct 07 20:15:45 UTC 2015]; parent: Root WebApplicationContext
2015-10-07 20:15:45 DEBUG StandardEnvironment:109 - Adding [systemProperties] PropertySource with lowest search precedence
2015-10-07 20:15:45 DEBUG StandardEnvironment:109 - Adding [systemEnvironment] PropertySource with lowest search precedence
2015-10-07 20:15:45 DEBUG StandardEnvironment:126 - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
2015-10-07 20:15:45 INFO  XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [spring/servlet-context.xml]
2015-10-07 20:15:45 DEBUG DefaultDocumentLoader:73 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
2015-10-07 20:15:45 DEBUG PluggableSchemaResolver:141 - Loading schema mappings from [META-INF/spring.schemas]
2015-10-07 20:15:45 DEBUG PluggableSchemaResolver:147 - Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/cache/spring-cache-4.2.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.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/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd=org/springframework/web/servlet/config/spring-mvc-4.1.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/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.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/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.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-4.2.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.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/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.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/task/spring-task-4.2.xsd=org/springframework/scheduling/config/spring-task-4.2.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/context/spring-context.xsd=org/springframework/context/config/spring-context-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-4.2.xsd=org/springframework/transaction/config/spring-tx-4.2.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.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/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd=org/springframework/web/servlet/config/spring-mvc-4.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/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/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-4.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/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.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/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.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/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.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/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.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/util/spring-util-4.2.xsd=org/springframework/beans/factory/xml/spring-util-4.2.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/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.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/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.2.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/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.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/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.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/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.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/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.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/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.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/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-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/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.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/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.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/context/spring-context-4.2.xsd=org/springframework/context/config/spring-context-4.2.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/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.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/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.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/aop/spring-aop-4.2.xsd=org/springframework/aop/config/spring-aop-4.2.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.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/jdbc/spring-jdbc-4.2.xsd=org/springframework/jdbc/config/spring-jdbc-4.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd=org/springframework/web/servlet/config/spring-mvc-4.2.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/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.2.xsd=org/springframework/scripting/config/spring-lang-4.2.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-4.2.xsd=org/springframework/beans/factory/xml/spring-tool-4.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-4.2.xsd=org/springframework/ejb/config/spring-jee-4.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.2.xsd}
2015-10-07 20:15:45 DEBUG PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.1.xsd
2015-10-07 20:15:45 DEBUG PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/context/spring-context-3.1.xsd] in classpath: org/springframework/context/config/spring-context-3.1.xsd
2015-10-07 20:15:45 DEBUG PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.1.xsd
2015-10-07 20:15:45 DEBUG PluggableSchemaResolver:119 - Found XML schema [http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd] in classpath: org/springframework/web/servlet/config/spring-mvc-3.1.xsd
2015-10-07 20:15:45 DEBUG DefaultBeanDefinitionDocumentReader:92 - Loading bean definitions
2015-10-07 20:15:45 DEBUG DefaultNamespaceHandlerResolver:157 - 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/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, 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/tx=org.springframework.transaction.config.TxNamespaceHandler, 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}
2015-10-07 20:15:45 DEBUG StandardEnvironment:109 - Adding [systemProperties] PropertySource with lowest search precedence
2015-10-07 20:15:45 DEBUG StandardEnvironment:109 - Adding [systemEnvironment] PropertySource with lowest search precedence
2015-10-07 20:15:45 DEBUG StandardEnvironment:126 - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
2015-10-07 20:15:45 DEBUG ClassPathBeanDefinitionScanner:244 - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning
2015-10-07 20:15:45 DEBUG PathMatchingResourcePatternResolver:631 - Looking for matching resources in directory tree [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi]
2015-10-07 20:15:45 DEBUG PathMatchingResourcePatternResolver:693 - Searching directory [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi] for files matching pattern [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi/*/**/*.class]
2015-10-07 20:15:45 DEBUG PathMatchingResourcePatternResolver:693 - Searching directory [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi/code] for files matching pattern [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi/*/**/*.class]
2015-10-07 20:15:45 DEBUG PathMatchingResourcePatternResolver:693 - Searching directory [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi/code/controller] for files matching pattern [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi/*/**/*.class]
2015-10-07 20:15:45 DEBUG PathMatchingResourcePatternResolver:693 - Searching directory [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi/code/service] for files matching pattern [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi/*/**/*.class]
2015-10-07 20:15:45 DEBUG PathMatchingResourcePatternResolver:693 - Searching directory [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi/code/model] for files matching pattern [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi/*/**/*.class]
2015-10-07 20:15:45 DEBUG PathMatchingResourcePatternResolver:693 - Searching directory [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi/code/exception] for files matching pattern [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi/*/**/*.class]
2015-10-07 20:15:45 DEBUG PathMatchingResourcePatternResolver:693 - Searching directory [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi/code/dao] for files matching pattern [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi/*/**/*.class]
2015-10-07 20:15:45 DEBUG PathMatchingResourcePatternResolver:424 - Resolved location pattern [classpath*:org/directi/*/**/*.class] to resources [file [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi/code/controller/BaseController.class], file [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi/code/controller/SnippetController.class], file [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi/code/service/MetaData.class], file [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi/code/model/Snippet.class], file [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi/code/exception/AppException.class], file [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi/code/dao/SnippetDaoImpl$SnippetMaper.class], file [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi/code/dao/SnippetDao.class], file [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi/code/dao/SnippetDaoImpl$1.class], file [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi/code/dao/SnippetDaoImpl.class]]
2015-10-07 20:15:45 DEBUG ClassPathBeanDefinitionScanner:286 - Identified candidate component class: file [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi/code/controller/SnippetController.class]
2015-10-07 20:15:45 DEBUG ClassPathBeanDefinitionScanner:286 - Identified candidate component class: file [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi/code/service/MetaData.class]
2015-10-07 20:15:45 DEBUG ClassPathBeanDefinitionScanner:286 - Identified candidate component class: file [/tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/classes/org/directi/code/dao/SnippetDaoImpl.class]
2015-10-07 20:15:45 DEBUG XmlBeanDefinitionReader:224 - Loaded 28 bean definitions from location pattern [classpath:spring/servlet-context.xml]
2015-10-07 20:15:45 DEBUG XmlWebApplicationContext:607 - Bean factory for WebApplicationContext for namespace 'SpringDispatcher-servlet': org.springframework.beans.factory.support.DefaultListableBeanFactory@58e1d9d: defining beans [snippetController,metaData,snippetDaoImpl,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,mvcResourceUrlProvider,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0,mvcPathMatcher,mvcUrlPathHelper,mvcCorsConfigurations,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,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory@55182842
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:873 - Registering scope 'request' with implementation [org.springframework.web.context.request.RequestScope@4f0f2942]
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:873 - Registering scope 'session' with implementation [org.springframework.web.context.request.SessionScope@2657d4dd]
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:873 - Registering scope 'globalSession' with implementation [org.springframework.web.context.request.SessionScope@5340477f]
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:873 - Registering scope 'application' with implementation [org.springframework.web.context.support.ServletContextScope@47caedad]
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
2015-10-07 20:15:45 DEBUG XmlWebApplicationContext:713 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@31edaa7d]
2015-10-07 20:15:45 DEBUG XmlWebApplicationContext:737 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@26adfd2d]
2015-10-07 20:15:45 DEBUG UiApplicationContextUtils:85 - Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.DelegatingThemeSource@205d38da]
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:741 - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@58e1d9d: defining beans [snippetController,metaData,snippetDaoImpl,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,mvcResourceUrlProvider,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0,mvcPathMatcher,mvcUrlPathHelper,mvcCorsConfigurations,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,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,mvcUriComponentsContributor,org.springframework.web.servlet.handler.MappedInterceptor#1,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory@55182842
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'snippetController'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'snippetController'
2015-10-07 20:15:45 DEBUG InjectionMetadata:72 - Registered injected element on class [org.directi.code.controller.SnippetController]: AutowiredFieldElement for org.directi.code.dao.SnippetDao org.directi.code.controller.SnippetController.snippetDao
2015-10-07 20:15:45 DEBUG InjectionMetadata:72 - Registered injected element on class [org.directi.code.controller.SnippetController]: AutowiredFieldElement for org.directi.code.service.MetaData org.directi.code.controller.SnippetController.metaData
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'snippetController' to allow for resolving potential circular references
2015-10-07 20:15:45 DEBUG InjectionMetadata:86 - Processing injected element of bean 'snippetController': AutowiredFieldElement for org.directi.code.dao.SnippetDao org.directi.code.controller.SnippetController.snippetDao
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'snippetDaoImpl'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'snippetDaoImpl'
2015-10-07 20:15:45 DEBUG InjectionMetadata:72 - Registered injected element on class [org.directi.code.dao.SnippetDaoImpl]: AutowiredFieldElement for private org.springframework.jdbc.core.JdbcTemplate org.directi.code.dao.SnippetDaoImpl.jdbcTemplate
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'snippetDaoImpl' to allow for resolving potential circular references
2015-10-07 20:15:45 DEBUG InjectionMetadata:86 - Processing injected element of bean 'snippetDaoImpl': AutowiredFieldElement for private org.springframework.jdbc.core.JdbcTemplate org.directi.code.dao.SnippetDaoImpl.jdbcTemplate
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'jdbcTemplate'
2015-10-07 20:15:45 DEBUG AutowiredAnnotationBeanPostProcessor:490 - Autowiring by type from bean name 'snippetDaoImpl' to bean named 'jdbcTemplate'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'snippetDaoImpl'
2015-10-07 20:15:45 DEBUG AutowiredAnnotationBeanPostProcessor:490 - Autowiring by type from bean name 'snippetController' to bean named 'snippetDaoImpl'
2015-10-07 20:15:45 DEBUG InjectionMetadata:86 - Processing injected element of bean 'snippetController': AutowiredFieldElement for org.directi.code.service.MetaData org.directi.code.controller.SnippetController.metaData
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'metaData'
2015-10-07 20:15:45 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'metaData'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'metaData' to allow for resolving potential circular references
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'metaData'
2015-10-07 20:15:46 DEBUG AutowiredAnnotationBeanPostProcessor:490 - Autowiring by type from bean name 'snippetController' to bean named 'metaData'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'snippetController'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'metaData'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'snippetDaoImpl'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'mvcResourceUrlProvider'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'mvcResourceUrlProvider'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'mvcResourceUrlProvider' to allow for resolving potential circular references
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'mvcResourceUrlProvider'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#33308786'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#63787180'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#63787180'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#33308786'
2015-10-07 20:15:46 DEBUG BeanUtils:455 - No property editor [org.springframework.web.context.request.WebRequestInterceptorEditor] found for type org.springframework.web.context.request.WebRequestInterceptor according to 'Editor' suffix convention
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#0' to allow for resolving potential circular references
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#0'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0' to allow for resolving potential circular references
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'mvcPathMatcher'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'mvcPathMatcher'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'mvcPathMatcher' to allow for resolving potential circular references
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'mvcPathMatcher'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'mvcUrlPathHelper'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'mvcUrlPathHelper'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'mvcUrlPathHelper' to allow for resolving potential circular references
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'mvcUrlPathHelper'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'mvcCorsConfigurations'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'mvcCorsConfigurations'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'mvcCorsConfigurations' to allow for resolving potential circular references
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'mvcCorsConfigurations'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#0'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#0'
2015-10-07 20:15:46 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#0' to allow for resolving potential circular references
2015-10-07 20:15:47 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcPathMatcher'
2015-10-07 20:15:47 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcUrlPathHelper'
2015-10-07 20:15:47 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcCorsConfigurations'
2015-10-07 20:15:47 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0'
2015-10-07 20:15:47 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1'
2015-10-07 20:15:47 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1'
2015-10-07 20:15:47 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#61a88b8c'
2015-10-07 20:15:47 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2015-10-07 20:15:47 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2015-10-07 20:15:47 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0' to allow for resolving potential circular references
2015-10-07 20:15:47 DEBUG DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#61a88b8c'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.handler.MappedInterceptor#1' to allow for resolving potential circular references
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.handler.MappedInterceptor#1'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
2015-10-07 20:15:49 INFO  SimpleUrlHandlerMapping:341 - Mapped URL path [/resources/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping' to allow for resolving potential circular references
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcCorsConfigurations'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1'
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:71 - Looking for URL mappings in application context: WebApplicationContext for namespace 'SpringDispatcher-servlet': startup date [Wed Oct 07 20:15:45 UTC 2015]; parent: Root WebApplicationContext
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'snippetController': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'metaData': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'snippetDaoImpl': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'mvcResourceUrlProvider': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#0': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'mvcPathMatcher': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'mvcUrlPathHelper': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'mvcCorsConfigurations': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#0': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'mvcContentNegotiationManager': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'mvcUriComponentsContributor': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.handler.MappedInterceptor#1': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'environment': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'systemProperties': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'systemEnvironment': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'servletConfig': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'messageSource': no URL paths identified
2015-10-07 20:15:49 DEBUG BeanNameUrlHandlerMapping:86 - Rejected bean name 'applicationEventMulticaster': no URL paths identified
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter' to allow for resolving potential circular references
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter' to allow for resolving potential circular references
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'mvcContentNegotiationManager'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'mvcContentNegotiationManager'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'mvcContentNegotiationManager'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'mvcContentNegotiationManager'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0' to allow for resolving potential circular references
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcContentNegotiationManager'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcCorsConfigurations'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0'
2015-10-07 20:15:49 DEBUG RequestMappingHandlerMapping:174 - Looking for request mappings in application context: WebApplicationContext for namespace 'SpringDispatcher-servlet': startup date [Wed Oct 07 20:15:45 UTC 2015]; parent: Root WebApplicationContext
2015-10-07 20:15:49 INFO  RequestMappingHandlerMapping:531 - Mapped "{[/]}" onto public java.lang.String org.directi.code.controller.SnippetController.newSnippet(javax.servlet.http.HttpServletResponse) throws java.io.IOException
2015-10-07 20:15:49 INFO  RequestMappingHandlerMapping:531 - Mapped "{[/snippets],methods=[POST]}" onto public void org.directi.code.controller.SnippetController.createSnippet(java.lang.String,javax.servlet.http.HttpServletResponse,javax.servlet.http.HttpServletRequest) throws java.io.IOException
2015-10-07 20:15:49 INFO  RequestMappingHandlerMapping:531 - Mapped "{[/snippets/{id}],methods=[GET]}" onto public org.springframework.web.servlet.ModelAndView org.directi.code.controller.SnippetController.showSnippet(java.lang.String)
2015-10-07 20:15:49 INFO  RequestMappingHandlerMapping:531 - Mapped "{[/snippets/{id}],methods=[PUT],consumes=[application/json]}" onto public void org.directi.code.controller.SnippetController.showSnippet(org.directi.code.model.Snippet,java.lang.String,javax.servlet.http.HttpServletResponse)
2015-10-07 20:15:49 INFO  RequestMappingHandlerMapping:531 - Mapped "{[/snippets/{id}/edit],methods=[GET]}" onto public org.springframework.web.servlet.ModelAndView org.directi.code.controller.SnippetController.editSnippet(java.lang.String)
2015-10-07 20:15:49 INFO  RequestMappingHandlerMapping:531 - Mapped "{[/snippets/{id}/raw],methods=[GET]}" onto public java.lang.String org.directi.code.controller.SnippetController.rawSnippet(java.lang.String,javax.servlet.http.HttpServletResponse)
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0' to allow for resolving potential circular references
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcContentNegotiationManager'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#a5b0b86'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#a5b0b86'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#1c80e49b'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#1c80e49b'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#56276db8'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#56276db8'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#36676c1a'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#36676c1a'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#4d098f9b'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#4d098f9b'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#20b5f2ac'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#20b5f2ac'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#2692b61e'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#2692b61e'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#55e8ec2f'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#4c51bb7'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name '(inner bean)#4c51bb7'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#4c51bb7'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#55e8ec2f'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#6c8bca63'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#6c8bca63'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#1bc715b8'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#1bc715b8'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0'
2015-10-07 20:15:49 INFO  RequestMappingHandlerAdapter:532 - Looking for @ControllerAdvice: WebApplicationContext for namespace 'SpringDispatcher-servlet': startup date [Wed Oct 07 20:15:45 UTC 2015]; parent: Root WebApplicationContext
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'mvcUriComponentsContributor'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'mvcUriComponentsContributor'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#675d8c96'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcContentNegotiationManager'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#a5b0b86#1'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#a5b0b86#1'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#1c80e49b#1'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#1c80e49b#1'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#56276db8#1'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#56276db8#1'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#36676c1a#1'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#36676c1a#1'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#4d098f9b#1'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#4d098f9b#1'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#20b5f2ac#1'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#20b5f2ac#1'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#2692b61e#1'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#2692b61e#1'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#55e8ec2f#1'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#4c51bb7#1'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name '(inner bean)#4c51bb7#1'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#4c51bb7#1'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#55e8ec2f#1'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#6c8bca63#1'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#6c8bca63#1'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#1bc715b8#1'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#1bc715b8#1'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name '(inner bean)#675d8c96'
2015-10-07 20:15:49 INFO  RequestMappingHandlerAdapter:532 - Looking for @ControllerAdvice: WebApplicationContext for namespace 'SpringDispatcher-servlet': startup date [Wed Oct 07 20:15:45 UTC 2015]; parent: Root WebApplicationContext
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:246 - Returning eagerly cached instance of singleton bean 'mvcUriComponentsContributor' that is not fully initialized yet - a consequence of a circular reference
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#675d8c96'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.format.support.FormattingConversionServiceFactoryBean#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'mvcUriComponentsContributor'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'mvcUriComponentsContributor'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.MappedInterceptor#1'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0' to allow for resolving potential circular references
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcContentNegotiationManager'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#1c80e49b#2'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#1c80e49b#2'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#56276db8#2'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#56276db8#2'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#36676c1a#2'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#36676c1a#2'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#4d098f9b#2'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#4d098f9b#2'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#20b5f2ac#2'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#20b5f2ac#2'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#2692b61e#2'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#2692b61e#2'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#55e8ec2f#2'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#4c51bb7#2'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name '(inner bean)#4c51bb7#2'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#4c51bb7#2'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#55e8ec2f#2'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean '(inner bean)#64beebb7'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean '(inner bean)#64beebb7'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0'
2015-10-07 20:15:49 DEBUG ExceptionHandlerExceptionResolver:257 - Looking for exception mappings: WebApplicationContext for namespace 'SpringDispatcher-servlet': startup date [Wed Oct 07 20:15:45 UTC 2015]; parent: Root WebApplicationContext
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0' to allow for resolving potential circular references
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:221 - Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:529 - Eagerly caching bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0' to allow for resolving potential circular references
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
2015-10-07 20:15:49 DEBUG XmlWebApplicationContext:764 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@36b0fcd5]
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'lifecycleProcessor'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'mvcResourceUrlProvider'
2015-10-07 20:15:49 DEBUG DispatcherServlet:506 - Unable to locate MultipartResolver with name 'multipartResolver': no multipart request handling provided
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver'
2015-10-07 20:15:49 DEBUG DispatcherServlet:528 - Unable to locate LocaleResolver with name 'localeResolver': using default [org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver@72bd06ca]
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.theme.FixedThemeResolver'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.theme.FixedThemeResolver'
2015-10-07 20:15:49 DEBUG DispatcherServlet:550 - Unable to locate ThemeResolver with name 'themeResolver': using default [org.springframework.web.servlet.theme.FixedThemeResolver@5b970f7]
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator'
2015-10-07 20:15:49 DEBUG DispatcherServlet:688 - Unable to locate RequestToViewNameTranslator with name 'viewNameTranslator': using default [org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@756cf158]
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'viewResolver'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:448 - Creating instance of bean 'org.springframework.web.servlet.support.SessionFlashMapManager'
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:484 - Finished creating instance of bean 'org.springframework.web.servlet.support.SessionFlashMapManager'
2015-10-07 20:15:49 DEBUG DispatcherServlet:750 - Unable to locate FlashMapManager with name 'flashMapManager': using default [org.springframework.web.servlet.support.SessionFlashMapManager@5f2f577]
2015-10-07 20:15:49 DEBUG ResourceUrlProvider:140 - Looking for resource handler mappings
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#0'
2015-10-07 20:15:49 DEBUG ResourceUrlProvider:152 - Found resource handler mapping: URL pattern="/resources/**", locations=[ServletContext resource [/resources/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@6273c5a4]
2015-10-07 20:15:49 DEBUG ResourceUrlProvider:140 - Looking for resource handler mappings
2015-10-07 20:15:49 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#0'
2015-10-07 20:15:49 DEBUG ResourceUrlProvider:152 - Found resource handler mapping: URL pattern="/resources/**", locations=[ServletContext resource [/resources/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@6273c5a4]
2015-10-07 20:15:49 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.liveBeansView.mbeanDomain' in [servletConfigInitParams]
2015-10-07 20:15:49 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.liveBeansView.mbeanDomain' in [servletContextInitParams]
2015-10-07 20:15:49 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.liveBeansView.mbeanDomain' in [jndiProperties]
2015-10-07 20:15:49 DEBUG JndiTemplate:150 - Looking up JNDI object with name [java:comp/env/spring.liveBeansView.mbeanDomain]
2015-10-07 20:15:49 DEBUG JndiLocatorDelegate:101 - Converted JNDI name [java:comp/env/spring.liveBeansView.mbeanDomain] not found - trying original name [spring.liveBeansView.mbeanDomain]. javax.naming.NameNotFoundException; remaining name 'spring.liveBeansView.mbeanDomain'
2015-10-07 20:15:49 DEBUG JndiTemplate:150 - Looking up JNDI object with name [spring.liveBeansView.mbeanDomain]
2015-10-07 20:15:49 DEBUG JndiPropertySource:90 - JNDI lookup for name [spring.liveBeansView.mbeanDomain] threw NamingException with message: null. Returning null.
2015-10-07 20:15:49 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties]
2015-10-07 20:15:49 DEBUG PropertySourcesPropertyResolver:81 - Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment]
2015-10-07 20:15:49 DEBUG PropertySourcesPropertyResolver:103 - Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null]
2015-10-07 20:15:49 DEBUG DispatcherServlet:567 - Published WebApplicationContext of servlet 'SpringDispatcher' as ServletContext attribute with name [org.springframework.web.servlet.FrameworkServlet.CONTEXT.SpringDispatcher]
2015-10-07 20:15:49 INFO  DispatcherServlet:507 - FrameworkServlet 'SpringDispatcher': initialization completed in 4326 ms
2015-10-07 20:15:49 DEBUG DispatcherServlet:139 - Servlet 'SpringDispatcher' configured successfully
2015-10-07 20:15:49.837:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppContext@153f5a29{/snippet,[file:///tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/, jar:file:///tmp/jetty-0.0.0.0-8888-snippet.war-_snippet-any-6434308063601253705.dir/webapp/WEB-INF/lib/codemirror-5.6.jar!/META-INF/resources],AVAILABLE}{/snippet.war}
2015-10-07 20:15:49.858:INFO:oejs.ServerConnector:main: Started ServerConnector@5bda80bf{HTTP/1.1,[http/1.1]}{0.0.0.0:8888}
2015-10-07 20:15:49.859:INFO:oejs.Server:main: Started @10852ms
2015-10-07 20:19:07 DEBUG DispatcherServlet:861 - DispatcherServlet with name 'SpringDispatcher' processing GET request for [/snippet/]
2015-10-07 20:19:07 DEBUG RequestMappingHandlerMapping:319 - Looking up handler method for path /
2015-10-07 20:19:07 DEBUG RequestMappingHandlerMapping:326 - Returning handler method [public java.lang.String org.directi.code.controller.SnippetController.newSnippet(javax.servlet.http.HttpServletResponse) throws java.io.IOException]
2015-10-07 20:19:07 DEBUG DefaultListableBeanFactory:250 - Returning cached instance of singleton bean 'snippetController'
2015-10-07 20:19:07 DEBUG DispatcherServlet:947 - Last-Modified value for [/snippet/] is: -1
2015-10-07 20:19:07 DEBUG DefaultListableBeanFactory:1620 - Invoking afterPropertiesSet() on bean with name 'new'
2015-10-07 20:19:07 DEBUG DispatcherServlet:1241 - Rendering view [org.springframework.web.servlet.view.JstlView: name 'new'; URL [/resources/jsp/new.jsp]] in DispatcherServlet with name 'SpringDispatcher'
2015-10-07 20:19:07 DEBUG JstlView:166 - Forwarding to resource [/resources/jsp/new.jsp] in InternalResourceView 'new'
2015-10-07 20:19:08 DEBUG DispatcherServlet:1000 - Successfully completed request

Open in new window


Thanks
Avatar of Rohit Bajaj
Rohit Bajaj
Flag of India image

ASKER

when i tried like :
host_ip:8888/snippet/
The initial page appeared..
But js etc were missing i got following error in console :
host_ip:8888/resources/lib/codemirror/mode/loadmode.js   HTTP/1.1 404 Not Found 240ms]

But when i changed it to
host_ip:8888/snippet/resources/lib/codemirror/mode/loadmode.js
For some reason its now expecting snippet in the url.

This is causing inconsistency on my local and remote deployment.
For reference here is my web.xml :
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <display-name>snippet</display-name>
    <context-param>
        <param-name>contextConfigLocation</param-name>
        <param-value>classpath:spring/root-context.xml</param-value>
    </context-param>
    <context-param>
        <param-name>log4jConfigLocation</param-name>
        <param-value>classpath:properties/${FLOCK_APPS_CONFIG}/log4j.properties</param-value>
    </context-param>

    <listener>
        <listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
    </listener>

    <listener>
        <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
    </listener>

    <servlet>

        <servlet-name>SpringDispatcher</servlet-name>
        <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
        <!--<init-param>-->
        <!--<param-name>contextClass</param-name>-->
        <!--<param-value>-->
        <!--org.springframework.web.context.support.AnnotationConfigWebApplicationContext-->
        <!--</param-value>-->
        <!--</init-param>-->
        <init-param>
            <param-name>contextConfigLocation</param-name>
            <param-value>classpath:spring/servlet-context.xml</param-value>
        </init-param>
        <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
        <servlet-name>SpringDispatcher</servlet-name>
        <url-pattern>/</url-pattern>
    </servlet-mapping>

    <session-config>
        <session-timeout>30</session-timeout>
    </session-config>
</web-app>

Open in new window

java.io.FileNotFoundException: /Users/robinsuri/Downloads/log4j/myapp.log (No such file or directory)


Does this director exist on the machine? Looks like a windows directory.
The log file needs to be written to a directory where the application has permissions.
HI,
Yes that directory does not exist. But i think thats not stopping application from running.
I will try to fix it n see...
also :
host_ip:8888/snippet/resources/lib/codemirror/mode/loadmode.js
For some reason its now expecting snippet in the url.

You will always need snippet in the url. its your web app context root.
How can i get rid of it.. But on my local machine if i deploy the same war i dont need to put snippet.
Somehow it works
when you say on your "local machine" you are doing this through an IDE right?

The IDE is probably doing stuff behind the scenes for you.

If you had jetty running outside your IDE you will get the same problems.

Having a web application context root is normal practice.
yes i am doing it through IDE.
But still i want to know if there is any way to avoid it because i will have to change my code now...
This is an extra effort each time i want to avoid as javascript files are also not loading now
exactly what piece of code will you have to change.
Please post it.
In some of my js files i have harcoded things like :
CodeMirror.modeURL = "/resources/lib/codemirror/mode/%N/%N.js";
That is the reason i was getting error message :
 host_ip:8888/resources/lib/codemirror/mode/loadmode.js   HTTP/1.1 404 Not Found 240ms
So now i will have to replace it like :
CodeMirror.modeURL = "/snippet/resources/lib/codemirror/mode/%N/%N.js";

Ideally i think i shouldnt be doing this
ASKER CERTIFIED SOLUTION
Avatar of gurpsbassi
gurpsbassi
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
HI,
So you mean i just add this contextPath as a prefix everywhere ?
Hmm that seems good..
Just one more question, i think i have seen something like this before where apache is used to map the url guess its httpd.conf file. using that on our box one can get rid of using /snippet .
you could include that in a common jsp fragment that you include in your jsp's

yes I believe you can also set up some rules in httpd.conf.