我的系統部署到客戶那邊在初始化時出現了如下的錯誤:
org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in ServletContext resource [/WEB-INF/applicationContext-hibernate.xml]: Initialization of bean failed; nested exception is org.hibernate.MappingException: org.dom4j.DocumentException: No route to host: connect Nested exception: No route to host: connect
org.hibernate.MappingException: org.dom4j.DocumentException: No route to host: connect Nested exception: No route to host: connect 我覺得問題的核心在“No route to host: connect”,我猜想是客戶那邊tomcat服務器不能連到數據庫服務器。具體的問題還不清楚,不知那位有沒有什么高見,請指點,謝謝!:)
posted on 2005-09-15 14:16
Harryson 閱讀(2701)
評論(4) 編輯 收藏 所屬分類:
Spring