Skip to content

Instantly share code, notes, and snippets.

@vojkny
Created February 16, 2012 21:28
Show Gist options
  • Save vojkny/1847994 to your computer and use it in GitHub Desktop.
Save vojkny/1847994 to your computer and use it in GitHub Desktop.
Deploying Tomcat
/usr/local/tomcat7/bin/catalina.sh run
Feb 16, 2012 10:10:12 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /Applications/IntelliJ IDEA 11.app/Contents/Resources/Java:/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources:/Users/knyttl/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
Feb 16, 2012 10:10:12 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
Feb 16, 2012 10:10:12 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-8009"]
Feb 16, 2012 10:10:12 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1125 ms
Feb 16, 2012 10:10:12 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Feb 16, 2012 10:10:12 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.23
Feb 16, 2012 10:10:12 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor /Users/knyttl/Library/Caches/IntelliJIdea11/tomcat/Unnamed_app/conf/Catalina/localhost/ROOT.xml
2012-02-16 22:10:13,626 [pool-2-thread-1] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization started
2012-02-16 22:10:13,761 [pool-2-thread-1] DEBUG org.springframework.web.context.support.StandardServletEnvironment - Initializing new StandardServletEnvironment
2012-02-16 22:10:13,762 [pool-2-thread-1] DEBUG org.springframework.web.context.support.StandardServletEnvironment - Adding [servletConfigInitParams] PropertySource with lowest search precedence
2012-02-16 22:10:13,763 [pool-2-thread-1] DEBUG org.springframework.web.context.support.StandardServletEnvironment - Adding [servletContextInitParams] PropertySource with lowest search precedence
2012-02-16 22:10:13,772 [pool-2-thread-1] DEBUG org.springframework.web.context.support.StandardServletEnvironment - Adding [jndiProperties] PropertySource with lowest search precedence
2012-02-16 22:10:13,772 [pool-2-thread-1] DEBUG org.springframework.web.context.support.StandardServletEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
2012-02-16 22:10:13,774 [pool-2-thread-1] DEBUG org.springframework.web.context.support.StandardServletEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
2012-02-16 22:10:13,774 [pool-2-thread-1] DEBUG org.springframework.web.context.support.StandardServletEnvironment - Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,jndiProperties,systemProperties,systemEnvironment]
2012-02-16 22:10:13,779 [pool-2-thread-1] INFO org.springframework.web.context.support.XmlWebApplicationContext - Refreshing Root WebApplicationContext: startup date [Thu Feb 16 22:10:13 CET 2012]; root of context hierarchy
2012-02-16 22:10:13,789 [pool-2-thread-1] DEBUG org.springframework.web.context.support.StandardServletEnvironment - Replacing [servletContextInitParams] PropertySource with [servletContextInitParams]
2012-02-16 22:10:13,948 [pool-2-thread-1] DEBUG org.springframework.core.env.StandardEnvironment - Initializing new StandardEnvironment
2012-02-16 22:10:13,948 [pool-2-thread-1] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
2012-02-16 22:10:13,949 [pool-2-thread-1] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
2012-02-16 22:10:13,949 [pool-2-thread-1] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
2012-02-16 22:10:13,951 [pool-2-thread-1] DEBUG org.springframework.core.env.StandardEnvironment - Initializing new StandardEnvironment
2012-02-16 22:10:13,951 [pool-2-thread-1] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
2012-02-16 22:10:13,951 [pool-2-thread-1] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
2012-02-16 22:10:13,951 [pool-2-thread-1] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
2012-02-16 22:10:13,975 [pool-2-thread-1] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/META-INF/spring]
2012-02-16 22:10:13,975 [pool-2-thread-1] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/META-INF/spring] for files matching pattern [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/META-INF/spring/applicationContext*.xml]
2012-02-16 22:10:13,980 [pool-2-thread-1] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved location pattern [classpath*:META-INF/spring/applicationContext*.xml] to resources [file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/META-INF/spring/applicationContext.xml]]
2012-02-16 22:10:13,981 [pool-2-thread-1] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/META-INF/spring/applicationContext.xml]
2012-02-16 22:10:13,984 [pool-2-thread-1] DEBUG org.springframework.beans.factory.xml.DefaultDocumentLoader - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
2012-02-16 22:10:14,030 [pool-2-thread-1] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver - Loading schema mappings from [META-INF/spring.schemas]
2012-02-16 22:10:14,033 [pool-2-thread-1] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver - Loaded schema mappings: {http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.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/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.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/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.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/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.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/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, 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/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.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/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.1.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/data/jpa/spring-jpa-1.0.xsd=org/springframework/data/jpa/repository/config/spring-jpa-1.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/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/data/jpa/spring-jpa.xsd=org/springframework/data/jpa/repository/config/spring-jpa-1.0.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/data/repository/spring-repository.xsd=org/springframework/data/repository/config/spring-repository-1.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/data/repository/spring-repository-1.0.xsd=org/springframework/data/repository/config/spring-repository-1.0.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/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.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/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.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/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd}
2012-02-16 22:10:14,035 [pool-2-thread-1] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver - 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
2012-02-16 22:10:14,096 [pool-2-thread-1] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver - 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
2012-02-16 22:10:14,104 [pool-2-thread-1] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver - 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
2012-02-16 22:10:14,129 [pool-2-thread-1] DEBUG org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader - Loading bean definitions
2012-02-16 22:10:14,220 [pool-2-thread-1] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/META-INF/spring/freemarkerContext.xml]
2012-02-16 22:10:14,225 [pool-2-thread-1] DEBUG org.springframework.beans.factory.xml.DefaultDocumentLoader - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
2012-02-16 22:10:14,234 [pool-2-thread-1] DEBUG org.springframework.beans.factory.xml.PluggableSchemaResolver - Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.1.xsd
2012-02-16 22:10:14,292 [pool-2-thread-1] DEBUG org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader - Loading bean definitions
2012-02-16 22:10:14,321 [pool-2-thread-1] DEBUG org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader - Imported 5 bean definitions from relative location [freemarkerContext.xml]
2012-02-16 22:10:14,324 [pool-2-thread-1] DEBUG org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver - Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/data/jpa=org.springframework.data.jpa.repository.config.JpaRepositoryNameSpaceHandler, 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}
2012-02-16 22:10:14,371 [pool-2-thread-1] DEBUG org.springframework.core.env.StandardEnvironment - Initializing new StandardEnvironment
2012-02-16 22:10:14,372 [pool-2-thread-1] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
2012-02-16 22:10:14,372 [pool-2-thread-1] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
2012-02-16 22:10:14,372 [pool-2-thread-1] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
2012-02-16 22:10:14,395 [pool-2-thread-1] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app]
2012-02-16 22:10:14,395 [pool-2-thread-1] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app] for files matching pattern [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/**/*.class]
2012-02-16 22:10:14,398 [pool-2-thread-1] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/controller] for files matching pattern [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/**/*.class]
2012-02-16 22:10:14,403 [pool-2-thread-1] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model] for files matching pattern [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/**/*.class]
2012-02-16 22:10:14,404 [pool-2-thread-1] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/embedded] for files matching pattern [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/**/*.class]
2012-02-16 22:10:14,416 [pool-2-thread-1] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/repo] for files matching pattern [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/**/*.class]
2012-02-16 22:10:14,417 [pool-2-thread-1] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/support] for files matching pattern [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/**/*.class]
2012-02-16 22:10:14,421 [pool-2-thread-1] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/repositories] for files matching pattern [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/**/*.class]
2012-02-16 22:10:14,451 [pool-2-thread-1] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved location pattern [classpath*:org/app/**/*.class] to resources [file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/App.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/controller/BaseController.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/controller/EventController.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/controller/HomeController.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/controller/ItemController.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/controller/PerformerController.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/controller/VenueController.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/MockHttpServletRequest.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/embedded/Image$Locale.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/embedded/Image.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/embedded/Tag$Locale.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/embedded/Tag.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/embedded/Video$Locale.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/embedded/Video.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/Event$Locale.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/Event$Schedule.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/Event.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/Item$Embedded.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/Item$Locale.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/Item.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/Performer$Locale.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/Performer.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/support/Conversion.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/support/DegreeMinuteSecond.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/support/Locales.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/support/State.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/Thing$FullLocale.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/Thing$Locale.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/Thing.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/User.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/Venue$Locale.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/model/Venue.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/repositories/BaseRepository.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/repositories/EventRepository.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/repositories/ItemRepository.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/repositories/PerformerRepository.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/repositories/Repository.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/repositories/TagRepository.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/repositories/VenueRepository.class]]
2012-02-16 22:10:14,551 [pool-2-thread-1] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.orm.hibernate4.HibernateExceptionTranslator#0]
2012-02-16 22:10:14,552 [pool-2-thread-1] DEBUG org.springframework.core.env.StandardEnvironment - Initializing new StandardEnvironment
2012-02-16 22:10:14,552 [pool-2-thread-1] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
2012-02-16 22:10:14,553 [pool-2-thread-1] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
2012-02-16 22:10:14,553 [pool-2-thread-1] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
2012-02-16 22:10:14,554 [pool-2-thread-1] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/controller]
2012-02-16 22:10:14,555 [pool-2-thread-1] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/controller] for files matching pattern [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/controller/**/*.class]
2012-02-16 22:10:14,556 [pool-2-thread-1] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved location pattern [classpath*:org/app/controller/**/*.class] to resources [file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/controller/BaseController.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/controller/EventController.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/controller/HomeController.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/controller/ItemController.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/controller/PerformerController.class], file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/org/app/controller/VenueController.class]]
2012-02-16 22:10:14,557 [pool-2-thread-1] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - using generated bean name [org.app.controller.EventController#0]
2012-02-16 22:10:14,558 [pool-2-thread-1] DEBUG org.springframework.beans.factory.xml.BeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - using generated bean name [org.app.controller.HomeController#0]
2012-02-16 22:10:14,558 [pool-2-thread-1] DEBUG org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loaded 22 bean definitions from location pattern [classpath*:META-INF/spring/applicationContext*.xml]
2012-02-16 22:10:14,558 [pool-2-thread-1] DEBUG org.springframework.web.context.support.XmlWebApplicationContext - Bean factory for Root WebApplicationContext: org.springframework.beans.factory.support.DefaultListableBeanFactory@60956740: defining beans [freemarkerConfiguration,linkMethod,blockDirective,overrideDirective,extendsDirective,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,org.springframework.context.config.internalBeanConfigurerAspect,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,tagRepository,eventRepository,AppBean,repository,em,org.springframework.orm.hibernate4.HibernateExceptionTranslator#0,entityManagerFactory,handlerAdapter,org.app.controller.EventController#0,org.app.controller.HomeController#0]; root of factory hierarchy
2012-02-16 22:10:14,627 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2012-02-16 22:10:14,627 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2012-02-16 22:10:14,669 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references
2012-02-16 22:10:14,670 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2012-02-16 22:10:14,710 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
2012-02-16 22:10:14,710 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
2012-02-16 22:10:14,713 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0' to allow for resolving potential circular references
2012-02-16 22:10:14,772 [pool-2-thread-1] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/META-INF/spring]
2012-02-16 22:10:14,774 [pool-2-thread-1] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/META-INF/spring] for files matching pattern [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/META-INF/spring/*.properties]
2012-02-16 22:10:14,775 [pool-2-thread-1] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved location pattern [classpath*:META-INF/spring/*.properties] to resources []
2012-02-16 22:10:14,779 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
2012-02-16 22:10:14,782 [pool-2-thread-1] DEBUG org.springframework.core.env.MutablePropertySources - Adding [environmentProperties] PropertySource with lowest search precedence
2012-02-16 22:10:14,787 [pool-2-thread-1] DEBUG org.springframework.core.env.MutablePropertySources - Adding [localProperties] PropertySource with lowest search precedence
2012-02-16 22:10:14,794 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2012-02-16 22:10:14,794 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2012-02-16 22:10:14,802 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references
2012-02-16 22:10:14,802 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2012-02-16 22:10:14,802 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2012-02-16 22:10:14,802 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2012-02-16 22:10:14,809 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references
2012-02-16 22:10:14,809 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2012-02-16 22:10:14,809 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2012-02-16 22:10:14,809 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2012-02-16 22:10:14,812 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references
2012-02-16 22:10:14,813 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2012-02-16 22:10:14,813 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor'
2012-02-16 22:10:14,813 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor'
2012-02-16 22:10:14,813 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor' to allow for resolving potential circular references
2012-02-16 22:10:14,813 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor'
2012-02-16 22:10:14,813 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0'
2012-02-16 22:10:14,814 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0'
2012-02-16 22:10:14,814 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0' to allow for resolving potential circular references
2012-02-16 22:10:14,814 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0'
2012-02-16 22:10:14,819 [pool-2-thread-1] DEBUG org.springframework.web.context.support.XmlWebApplicationContext - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7ba52267]
2012-02-16 22:10:14,827 [pool-2-thread-1] DEBUG org.springframework.web.context.support.XmlWebApplicationContext - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@115237c]
2012-02-16 22:10:14,832 [pool-2-thread-1] DEBUG org.springframework.ui.context.support.UiApplicationContextUtils - Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@29d7537c]
2012-02-16 22:10:14,834 [pool-2-thread-1] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@60956740: defining beans [freemarkerConfiguration,linkMethod,blockDirective,overrideDirective,extendsDirective,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,org.springframework.context.config.internalBeanConfigurerAspect,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,tagRepository,eventRepository,AppBean,repository,em,org.springframework.orm.hibernate4.HibernateExceptionTranslator#0,entityManagerFactory,handlerAdapter,org.app.controller.EventController#0,org.app.controller.HomeController#0,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0]; root of factory hierarchy
2012-02-16 22:10:14,841 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'freemarkerConfiguration'
2012-02-16 22:10:14,841 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'freemarkerConfiguration'
2012-02-16 22:10:14,868 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'freemarkerConfiguration' to allow for resolving potential circular references
2012-02-16 22:10:14,931 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'linkMethod'
2012-02-16 22:10:14,931 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'linkMethod'
2012-02-16 22:10:14,933 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'linkMethod' to allow for resolving potential circular references
2012-02-16 22:10:14,945 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'linkMethod'
2012-02-16 22:10:14,946 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'blockDirective'
2012-02-16 22:10:14,946 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'blockDirective'
2012-02-16 22:10:14,950 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'blockDirective' to allow for resolving potential circular references
2012-02-16 22:10:14,966 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'blockDirective'
2012-02-16 22:10:14,966 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'overrideDirective'
2012-02-16 22:10:14,966 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'overrideDirective'
2012-02-16 22:10:14,967 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'overrideDirective' to allow for resolving potential circular references
2012-02-16 22:10:14,974 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'overrideDirective'
2012-02-16 22:10:14,975 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'extendsDirective'
2012-02-16 22:10:14,975 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'extendsDirective'
2012-02-16 22:10:14,975 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'extendsDirective' to allow for resolving potential circular references
2012-02-16 22:10:14,979 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'extendsDirective'
2012-02-16 22:10:14,980 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Invoking afterPropertiesSet() on bean with name 'freemarkerConfiguration'
2012-02-16 22:10:15,117 [pool-2-thread-1] DEBUG org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean - Cannot resolve template loader path [templates] to [java.io.File]: using SpringTemplateLoader as fallback
java.io.FileNotFoundException: ServletContext resource [/templates] cannot be resolved to URL because it does not exist
at org.springframework.web.context.support.ServletContextResource.getURL(ServletContextResource.java:132)
at org.springframework.web.context.support.ServletContextResource.getFile(ServletContextResource.java:147)
at org.springframework.ui.freemarker.FreeMarkerConfigurationFactory.getTemplateLoaderForPath(FreeMarkerConfigurationFactory.java:351)
at org.springframework.ui.freemarker.FreeMarkerConfigurationFactory.createConfiguration(FreeMarkerConfigurationFactory.java:304)
at org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean.afterPropertiesSet(FreeMarkerConfigurationFactoryBean.java:60)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1514)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1452)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:567)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:384)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:283)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4765)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5260)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:866)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:842)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:615)
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:649)
at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1581)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)
2012-02-16 22:10:15,123 [pool-2-thread-1] INFO org.springframework.ui.freemarker.SpringTemplateLoader - SpringTemplateLoader for FreeMarker: using resource loader [Root WebApplicationContext: startup date [Thu Feb 16 22:10:13 CET 2012]; root of context hierarchy] and template loader path [templates/]
2012-02-16 22:10:15,124 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'freemarkerConfiguration'
2012-02-16 22:10:15,124 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'linkMethod'
2012-02-16 22:10:15,125 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'blockDirective'
2012-02-16 22:10:15,125 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'overrideDirective'
2012-02-16 22:10:15,125 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'extendsDirective'
2012-02-16 22:10:15,125 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
2012-02-16 22:10:15,125 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'org.springframework.context.config.internalBeanConfigurerAspect'
2012-02-16 22:10:15,125 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'org.springframework.context.config.internalBeanConfigurerAspect'
2012-02-16 22:10:15,200 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'org.springframework.context.config.internalBeanConfigurerAspect' to allow for resolving potential circular references
2012-02-16 22:10:15,216 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Invoking afterPropertiesSet() on bean with name 'org.springframework.context.config.internalBeanConfigurerAspect'
2012-02-16 22:10:15,216 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Finished creating instance of bean 'org.springframework.context.config.internalBeanConfigurerAspect'
2012-02-16 22:10:15,216 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2012-02-16 22:10:15,216 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2012-02-16 22:10:15,216 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
2012-02-16 22:10:15,216 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2012-02-16 22:10:15,216 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor'
2012-02-16 22:10:15,216 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'tagRepository'
2012-02-16 22:10:15,217 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'tagRepository'
2012-02-16 22:10:15,224 [pool-2-thread-1] DEBUG org.springframework.beans.factory.annotation.InjectionMetadata - Found injected element on class [org.app.repositories.TagRepository]: AutowiredFieldElement for org.maite.persistence.EntityManage org.app.repositories.BaseRepository.em
2012-02-16 22:10:15,224 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'tagRepository' to allow for resolving potential circular references
2012-02-16 22:10:15,233 [pool-2-thread-1] DEBUG org.springframework.beans.factory.annotation.InjectionMetadata - Processing injected method of bean 'tagRepository': AutowiredFieldElement for org.maite.persistence.EntityManage org.app.repositories.BaseRepository.em
2012-02-16 22:10:15,256 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'em'
2012-02-16 22:10:15,256 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'em'
2012-02-16 22:10:15,264 [pool-2-thread-1] DEBUG org.springframework.beans.factory.annotation.InjectionMetadata - Found injected element on class [org.maite.persistence.EntityManage]: PersistenceElement for javax.persistence.EntityManager org.maite.persistence.EntityManage.em
2012-02-16 22:10:15,265 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'em' to allow for resolving potential circular references
2012-02-16 22:10:15,274 [pool-2-thread-1] DEBUG org.springframework.beans.factory.annotation.InjectionMetadata - Processing injected method of bean 'em': PersistenceElement for javax.persistence.EntityManager org.maite.persistence.EntityManage.em
2012-02-16 22:10:15,280 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating shared instance of singleton bean 'entityManagerFactory'
2012-02-16 22:10:15,280 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Creating instance of bean 'entityManagerFactory'
2012-02-16 22:10:15,287 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Eagerly caching bean 'entityManagerFactory' to allow for resolving potential circular references
2012-02-16 22:10:15,329 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DefaultListableBeanFactory - Invoking afterPropertiesSet() on bean with name 'entityManagerFactory'
2012-02-16 22:10:15,364 [pool-2-thread-1] INFO org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean - Building JPA container EntityManagerFactory for persistence unit 'persistenceUnit'
2012-02-16 22:10:15,435 [pool-2-thread-1] DEBUG org.jboss.logging - Logging Provider: org.jboss.logging.Log4jLoggerProvider
2012-02-16 22:10:15,501 [pool-2-thread-1] INFO org.hibernate.cfg.Environment - Hibernate 3.2.1
2012-02-16 22:10:15,505 [pool-2-thread-1] INFO org.hibernate.cfg.Environment - hibernate.properties not found
2012-02-16 22:10:15,507 [pool-2-thread-1] INFO org.hibernate.cfg.Environment - Bytecode provider name : cglib
2012-02-16 22:10:15,510 [pool-2-thread-1] INFO org.hibernate.cfg.Environment - using JDK 1.4 java.sql.Timestamp handling
2012-02-16 22:10:15,599 [pool-2-thread-1] DEBUG org.hibernate.ejb.Ejb3Configuration - Processing PersistenceUnitInfo [
name: persistenceUnit
persistence provider classname: org.hibernate.ejb.HibernatePersistence
classloader: WebappClassLoader
context:
delegate: false
repositories:
/WEB-INF/classes/
----------> Parent Classloader:
org.apache.catalina.loader.StandardClassLoader@49bdaaaa
Temporary classloader: org.springframework.instrument.classloading.SimpleThrowawayClassLoader@45cfa4ed
excludeUnlistedClasses: false
JTA datasource: null
Non JTA datasource: null
Transaction type: RESOURCE_LOCAL
PU root URL: ~/Workspace/App/out/artifacts/app_war_exploded/WEB-INF/classes/
Shared Cache Mode: UNSPECIFIED
Validation Mode: AUTO
Jar files URLs []
Managed classes names [
org.app.model.Event
org.app.model.Venue
org.app.model.Performer
org.app.model.User
org.app.model.embedded.Tag]
Mapping files names []
Properties [
hibernate.connection.driver_class: org.postgresql.Driver
javax.persistence.jdbc.user: postgres
eclipselink.logging.level: FINEST
javax.persistence.jdbc.url: jdbc:postgresql://localhost:5432/postgres
javax.persistence.jdbc.driver: org.postgresql.Driver
hibernate.connection.username: postgres
hibernate.connection.url: jdbc:postgresql://localhost/postgres
eclipselink.ddl-generation: drop-and-create-tables
hibernate.connection.password:
hibernate.show_sql: true
eclipselink.target-database: PostgreSQL
javax.persistence.jdbc.password:]
2012-02-16 22:10:15,608 [pool-2-thread-1] DEBUG org.hibernate.ejb.Ejb3Configuration - Detect class: true; detect hbm: true
2012-02-16 22:10:15,608 [pool-2-thread-1] DEBUG org.hibernate.ejb.Ejb3Configuration - Detect class: true; detect hbm: true
2012-02-16 22:10:15,636 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Searching mapped entities in jar/par: file:/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/
2012-02-16 22:10:15,638 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.App
2012-02-16 22:10:15,747 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.controller.BaseController
2012-02-16 22:10:15,765 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.controller.EventController
2012-02-16 22:10:15,766 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.controller.HomeController
2012-02-16 22:10:15,766 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.controller.ItemController
2012-02-16 22:10:15,769 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.controller.PerformerController
2012-02-16 22:10:15,769 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.controller.VenueController
2012-02-16 22:10:15,769 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.MockHttpServletRequest
2012-02-16 22:10:15,809 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.model.embedded.Image$Locale
2012-02-16 22:10:15,880 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Java element filter matched for org.app.model.embedded.Image$Locale
2012-02-16 22:10:15,887 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.model.embedded.Image
2012-02-16 22:10:15,888 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Java element filter matched for org.app.model.embedded.Image
2012-02-16 22:10:15,889 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.model.embedded.Tag$Locale
2012-02-16 22:10:15,889 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Java element filter matched for org.app.model.embedded.Tag$Locale
2012-02-16 22:10:15,889 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.model.embedded.Tag
2012-02-16 22:10:15,890 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Java element filter matched for org.app.model.embedded.Tag
2012-02-16 22:10:15,890 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.model.embedded.Video$Locale
2012-02-16 22:10:15,890 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Java element filter matched for org.app.model.embedded.Video$Locale
2012-02-16 22:10:15,890 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.model.embedded.Video
2012-02-16 22:10:15,896 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Java element filter matched for org.app.model.embedded.Video
2012-02-16 22:10:15,896 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.model.Event$Locale
2012-02-16 22:10:15,896 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Java element filter matched for org.app.model.Event$Locale
2012-02-16 22:10:15,898 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.model.Event$Schedule
2012-02-16 22:10:15,910 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Java element filter matched for org.app.model.Event$Schedule
2012-02-16 22:10:15,911 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.model.Event
2012-02-16 22:10:15,911 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Java element filter matched for org.app.model.Event
2012-02-16 22:10:15,911 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.model.Item$Embedded
2012-02-16 22:10:15,911 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Java element filter matched for org.app.model.Item$Embedded
2012-02-16 22:10:15,911 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.model.Item$Locale
2012-02-16 22:10:15,915 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Java element filter matched for org.app.model.Item$Locale
2012-02-16 22:10:15,915 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.model.Item
2012-02-16 22:10:15,916 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Java element filter matched for org.app.model.Item
2012-02-16 22:10:15,916 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.model.Performer$Locale
2012-02-16 22:10:15,924 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Java element filter matched for org.app.model.Performer$Locale
2012-02-16 22:10:15,924 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.model.Performer
2012-02-16 22:10:15,924 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Java element filter matched for org.app.model.Performer
2012-02-16 22:10:15,925 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.model.support.Conversion
2012-02-16 22:10:15,926 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.model.support.DegreeMinuteSecond
2012-02-16 22:10:15,929 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.model.support.Locales
2012-02-16 22:10:15,929 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.model.support.State
2012-02-16 22:10:15,930 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.model.Thing$FullLocale
2012-02-16 22:10:15,930 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Java element filter matched for org.app.model.Thing$FullLocale
2012-02-16 22:10:15,931 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.model.Thing$Locale
2012-02-16 22:10:15,931 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Java element filter matched for org.app.model.Thing$Locale
2012-02-16 22:10:15,931 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.model.Thing
2012-02-16 22:10:15,932 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Java element filter matched for org.app.model.Thing
2012-02-16 22:10:15,932 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.model.User
2012-02-16 22:10:15,934 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Java element filter matched for org.app.model.User
2012-02-16 22:10:15,935 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.model.Venue$Locale
2012-02-16 22:10:15,935 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Java element filter matched for org.app.model.Venue$Locale
2012-02-16 22:10:15,935 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.model.Venue
2012-02-16 22:10:15,935 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Java element filter matched for org.app.model.Venue
2012-02-16 22:10:15,936 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.repositories.BaseRepository
2012-02-16 22:10:15,937 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.repositories.EventRepository
2012-02-16 22:10:15,937 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.repositories.ItemRepository
2012-02-16 22:10:15,940 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.repositories.PerformerRepository
2012-02-16 22:10:15,940 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.repositories.Repository
2012-02-16 22:10:15,941 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.repositories.TagRepository
2012-02-16 22:10:15,941 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.app.repositories.VenueRepository
2012-02-16 22:10:15,942 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.controller.Controller
2012-02-16 22:10:15,942 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.controller.router.AbstractRouter
2012-02-16 22:10:15,955 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.controller.router.Route
2012-02-16 22:10:15,955 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.controller.router.RouteList
2012-02-16 22:10:15,956 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.controller.router.WiredRouter
2012-02-16 22:10:15,956 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.controller.ViewParameters
2012-02-16 22:10:15,956 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.persistence.Clause
2012-02-16 22:10:15,960 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.persistence.Clauses.FromClause
2012-02-16 22:10:15,960 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.persistence.Clauses.GroupByClause
2012-02-16 22:10:15,960 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.persistence.Clauses.HavingClause
2012-02-16 22:10:15,960 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.persistence.Clauses.JoinClause
2012-02-16 22:10:15,962 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.persistence.Clauses.OrderByClause
2012-02-16 22:10:15,962 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.persistence.Clauses.QueryClause
2012-02-16 22:10:15,963 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.persistence.Clauses.SelectClause
2012-02-16 22:10:15,963 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.persistence.Clauses.WhereClause
2012-02-16 22:10:15,964 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.persistence.EntityManage
2012-02-16 22:10:15,965 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.templating.BlockDirective
2012-02-16 22:10:15,966 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.templating.DirectiveUtils
2012-02-16 22:10:15,967 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.templating.ExtendsDirective
2012-02-16 22:10:15,967 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.templating.LinkMethod
2012-02-16 22:10:15,967 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.templating.OverrideDirective$TemplateDirectiveBodyOverrideWraper
2012-02-16 22:10:15,968 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.templating.OverrideDirective
2012-02-16 22:10:15,968 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.templating.SuperDirective
2012-02-16 22:10:15,972 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.tools.dom.INode
2012-02-16 22:10:15,972 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.tools.dom.Node
2012-02-16 22:10:15,972 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.tools.dom.TextNode
2012-02-16 22:10:15,973 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.tools.regexp.NamedMatcher
2012-02-16 22:10:15,974 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.tools.regexp.NamedMatchResult
2012-02-16 22:10:15,974 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.tools.regexp.NamedPattern
2012-02-16 22:10:15,975 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: org.maite.tools.regexp.RegExp
2012-02-16 22:10:15,977 [pool-2-thread-1] DEBUG org.hibernate.ejb.packaging.AbstractJarVisitor - Filtering: test
2012-02-16 22:10:15,999 [pool-2-thread-1] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@60956740: defining beans [freemarkerConfiguration,linkMethod,blockDirective,overrideDirective,extendsDirective,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,org.springframework.context.config.internalBeanConfigurerAspect,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,tagRepository,eventRepository,AppBean,repository,em,org.springframework.orm.hibernate4.HibernateExceptionTranslator#0,entityManagerFactory,handlerAdapter,org.app.controller.EventController#0,org.app.controller.HomeController#0,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0]; root of factory hierarchy
2012-02-16 22:10:16,013 [pool-2-thread-1] DEBUG org.springframework.beans.factory.support.DisposableBeanAdapter - Invoking destroy() on bean with name 'org.springframework.context.config.internalBeanConfigurerAspect'
2012-02-16 22:10:16,014 [pool-2-thread-1] ERROR org.springframework.web.context.ContextLoader - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tagRepository': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: org.maite.persistence.EntityManage org.app.repositories.BaseRepository.em; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'em': Injection of persistence dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/META-INF/spring/applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: org.hibernate.cfg.Configuration.addAnnotatedClass(Ljava/lang/Class;)Lorg/hibernate/cfg/Configuration;
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:287)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:384)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:283)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4765)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5260)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:866)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:842)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:615)
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:649)
at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1581)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)
Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: org.maite.persistence.EntityManage org.app.repositories.BaseRepository.em; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'em': Injection of persistence dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/META-INF/spring/applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: org.hibernate.cfg.Configuration.addAnnotatedClass(Ljava/lang/Class;)Lorg/hibernate/cfg/Configuration;
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:506)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:284)
... 27 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'em': Injection of persistence dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/META-INF/spring/applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: org.hibernate.cfg.Configuration.addAnnotatedClass(Ljava/lang/Class;)Lorg/hibernate/cfg/Configuration;
at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.postProcessPropertyValues(PersistenceAnnotationBeanPostProcessor.java:342)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:848)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:790)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:707)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:478)
... 29 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in file [/Users/knyttl/Workspace/app2/out/artifacts/app_war_exploded/WEB-INF/classes/META-INF/spring/applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: org.hibernate.cfg.Configuration.addAnnotatedClass(Ljava/lang/Class;)Lorg/hibernate/cfg/Configuration;
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1455)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.findDefaultEntityManagerFactory(PersistenceAnnotationBeanPostProcessor.java:530)
at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.findEntityManagerFactory(PersistenceAnnotationBeanPostProcessor.java:496)
at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor$PersistenceElement.resolveEntityManager(PersistenceAnnotationBeanPostProcessor.java:657)
at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor$PersistenceElement.getResourceToInject(PersistenceAnnotationBeanPostProcessor.java:630)
at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:150)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.postProcessPropertyValues(PersistenceAnnotationBeanPostProcessor.java:339)
... 40 more
Caused by: java.lang.NoSuchMethodError: org.hibernate.cfg.Configuration.addAnnotatedClass(Ljava/lang/Class;)Lorg/hibernate/cfg/Configuration;
at org.hibernate.ejb.Ejb3Configuration.addAnnotatedClass(Ejb3Configuration.java:1420)
at org.hibernate.ejb.Ejb3Configuration.addNamedAnnotatedClasses(Ejb3Configuration.java:1390)
at org.hibernate.ejb.Ejb3Configuration.addClassesToSessionFactory(Ejb3Configuration.java:1183)
at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:1047)
at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:692)
at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:72)
at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:257)
at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:310)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1514)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1452)
... 53 more
Feb 16, 2012 10:10:16 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Error listenerStart
Feb 16, 2012 10:10:20 PM org.apache.catalina.util.SessionIdGenerator createSecureRandom
INFO: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [4,168] milliseconds.
Feb 16, 2012 10:10:20 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [] startup failed due to previous errors
Feb 16, 2012 10:10:20 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /usr/local/tomcat7/webapps/docs
Feb 16, 2012 10:10:20 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /usr/local/tomcat7/webapps/examples
Feb 16, 2012 10:10:20 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /usr/local/tomcat7/webapps/host-manager
Feb 16, 2012 10:10:20 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /usr/local/tomcat7/webapps/manager
Feb 16, 2012 10:10:20 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Feb 16, 2012 10:10:20 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
Feb 16, 2012 10:10:20 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 7923 ms
Connected to server
/usr/local/tomcat7/bin/catalina.sh stop
Feb 16, 2012 10:10:23 PM org.apache.catalina.core.StandardServer await
INFO: A valid shutdown command was received via the shutdown port. Stopping the Server instance.
Feb 16, 2012 10:10:23 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-8080"]
Feb 16, 2012 10:10:23 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["ajp-bio-8009"]
Feb 16, 2012 10:10:23 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
Feb 16, 2012 10:10:23 PM org.apache.catalina.util.LifecycleBase stop
INFO: The stop() method was called on component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[]] after stop() had already been called. The second call will be ignored.
Feb 16, 2012 10:10:23 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-8080"]
Feb 16, 2012 10:10:23 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["ajp-bio-8009"]
Feb 16, 2012 10:10:23 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-bio-8080"]
Feb 16, 2012 10:10:23 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["ajp-bio-8009"]
Disconnected from server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment