我的一个ssh项目,加载到tomcat时停在
DEBUG DriverManagerConnectionProvider:132 - opening new JDBC connection
就不动了,请各位帮帮忙啊。
加载时console如下:
2009-5-4 17:41:01 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: D:\Program Files\Java\jdk1.6.0_10\bin;D:\Program Files\apache-tomcat-6.0.18\bin
2009-5-4 17:41:01 org.apache.coyote.http11.Http11Protocol init
信息: Initializing Coyote HTTP/1.1 on http-8080
2009-5-4 17:41:01 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 1126 ms
2009-5-4 17:41:01 org.apache.catalina.core.StandardService start
信息: Starting service Catalina
2009-5-4 17:41:01 org.apache.catalina.core.StandardEngine start
信息: Starting Servlet Engine: Apache Tomcat/6.0.18
2009-5-4 17:41:02 org.apache.catalina.core.ApplicationContext log
信息: ContextListener: contextInitialized()
17:41:09,531  INFO Configuration:586 - Reading mappings from resource : com/manager/model/CargoVector.hbm.xml
17:41:09,531 DEBUG DTDEntityResolver:64 - trying to resolve system-id [http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd]
17:41:09,531 DEBUG DTDEntityResolver:66 - recognized hibernate namespace; attempting to resolve on classpath under org/hibernate/
17:41:09,531 DEBUG DTDEntityResolver:76 - located [http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd] in classpath
17:41:09,546  INFO HbmBinder:322 - Mapping class: com.manager.model.CargoVector -> CargoVector
17:41:09,546 DEBUG HbmBinder:1289 - Mapped property: cvId -> CVID
17:41:09,546 DEBUG HbmBinder:1289 - Mapped property: cargoInfo -> CargoID
17:41:09,546 DEBUG HbmBinder:1289 - Mapped property: billInfo -> BillID
17:41:09,546 DEBUG Configuration:1620 - null<-org.dom4j.tree.DefaultAttribute@69f1bc [Attribute: name resource value "com/manager/model/CustomerInfo.hbm.xml"]
17:41:09,546  INFO Configuration:586 - Reading mappings from resource : com/manager/model/CustomerInfo.hbm.xml
17:41:09,562 DEBUG DTDEntityResolver:64 - trying to resolve system-id [http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd]
17:41:09,562 DEBUG DTDEntityResolver:66 - recognized hibernate namespace; attempting to resolve on classpath under org/hibernate/
17:41:09,562 DEBUG DTDEntityResolver:76 - located [http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd] in classpath
17:41:09,578  INFO HbmBinder:322 - Mapping class: com.manager.model.CustomerInfo -> CustomerInfo
17:41:09,578 DEBUG HbmBinder:1289 - Mapped property: customerId -> CustomerID
17:41:09,578 DEBUG HbmBinder:1289 - Mapped property: branchInfo -> BranchID
17:41:09,578 DEBUG HbmBinder:1289 - Mapped property: customerName -> CustomerName
17:41:09,578 DEBUG HbmBinder:1289 - Mapped property: customerLinkMan -> CustomerLinkMan
17:41:09,578 DEBUG HbmBinder:1289 - Mapped property: customerSex -> CustomerSex
17:41:09,578 DEBUG HbmBinder:1289 - Mapped property: customerPhone -> CustomerPhone
17:41:09,578 DEBUG HbmBinder:1289 - Mapped property: customerFax -> CustomerFax
17:41:09,578 DEBUG HbmBinder:1289 - Mapped property: customerPostId -> CustomerPostID
17:41:09,578 DEBUG HbmBinder:1289 - Mapped property: customerEmail -> CustomerEmail
17:41:09,578 DEBUG HbmBinder:1289 - Mapped property: customerRegDate -> CustomerRegDate
17:41:09,578 DEBUG HbmBinder:1289 - Mapped property: billInfosForReceiveId
17:41:09,578 DEBUG HbmBinder:1289 - Mapped property: billInfosForSendId
17:41:09,578 DEBUG Configuration:1620 - null<-org.dom4j.tree.DefaultAttribute@127d4d9 [Attribute: name resource value "com/manager/model/DepartmentInfo.hbm.xml"]
17:41:09,593  INFO Configuration:586 - Reading mappings from resource : com/manager/model/DepartmentInfo.hbm.xml
17:41:09,593 DEBUG DTDEntityResolver:64 - trying to resolve system-id [http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd]
17:41:09,593 DEBUG DTDEntityResolver:66 - recognized hibernate namespace; attempting to resolve on classpath under org/hibernate/