日期:2014-05-19  浏览次数:20701 次

SSH整合后启动TOMCAT控制台报错
错误信息如下:

八月 08, 2012 8:37:59 上午 org.apache.catalina.core.AprLifecycleListener init
信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: F:\sun\jdk1.7.0_03\bin;F:\Tomcat7\bin
八月 08, 2012 8:37:59 上午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["http-bio-8080"]
八月 08, 2012 8:37:59 上午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["ajp-bio-8009"]
八月 08, 2012 8:37:59 上午 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 1139 ms
八月 08, 2012 8:37:59 上午 org.apache.catalina.core.StandardService startInternal
信息: Starting service Catalina
八月 08, 2012 8:37:59 上午 org.apache.catalina.core.StandardEngine startInternal
信息: Starting Servlet Engine: Apache Tomcat/7.0.26
八月 08, 2012 8:37:59 上午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory F:\Tomcat7\webapps\club
八月 08, 2012 8:38:00 上午 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring root WebApplicationContext
八月 08, 2012 8:38:00 上午 org.springframework.web.context.ContextLoader initWebApplicationContext
信息: Root WebApplicationContext: initialization started
八月 08, 2012 8:38:01 上午 org.springframework.context.support.AbstractApplicationContext prepareRefresh
信息: Refreshing org.springframework.web.context.support.XmlWebApplicationContext@3ea0c416: display name [Root WebApplicationContext]; startup date [Wed Aug 08 08:38:01 CST 2012]; root of context hierarchy
八月 08, 2012 8:38:01 上午 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
信息: Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext.xml]
八月 08, 2012 8:38:01 上午 org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
信息: Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext@3ea0c416]: org.springframework.beans.factory.support.DefaultListableBeanFactory@7df5f91c
八月 08, 2012 8:38:01 上午 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
信息: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@7df5f91c: defining beans [dataSource,sessionFactory,transactionManager,UserDaoImpl,UserServiceImpl,UserAction]; root of factory hierarchy
八月 08, 2012 8:38:01 上午 com.mchange.v2.log.MLog <clinit>
信息: MLog clients using java 1.4+ standard logging.
八月 08, 2012 8:38:01 上午 com.mchange.v2.c3p0.C3P0Registry banner
信息: Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
八月 08, 2012 8:38:01 上午 org.hibernate.cfg.Environment <clinit>
信息: Hibernate 3.1.3
八月 08, 2012 8:38:01 上午 org.hibernate.cfg.Environment <clinit>
信息: hibernate.properties not found
八月 08, 2012 8:38:01 上午 org.hibernate.cfg.Environment <clinit>
信息: using CGLIB reflection optimizer
八月 08, 2012 8:38:01 上午 org.hibernate.cfg.Environment <clinit>
信息: using JDK 1.4 java.sql.Timestamp handling
八月 08, 2012 8:38:02 上午 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
信息: Mapping class: com.xiaoqi.web.Model.User -> ac_user
八月 08, 2012 8:38:02 上午 org.springframework.orm.hibernate3.LocalSessionFactoryBean buildSessionFactory
信息: Building new Hibernate SessionFactory
八月 08, 2012 8:38:02 上午 org.hibernate.connection.ConnectionProviderFactory newConnectionProvider
信息: Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
八月 08, 2012 8:38:02 上午 com.mchange.v2.c3p0.impl.AbstractPoolBackedData