我的系统部署到客户那边在初始化时出现了如下的错误:
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服务器不能连到数据库服务器。具体的问题还不清楚,不知那位有没有什么高见,请指点,谢谢!:)
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服务器不能连到数据库服务器。具体的问题还不清楚,不知那位有没有什么高见,请指点,谢谢!:)
系统部署到客户处初始化时出现错误,核心问题是“No route to host: connect”,推测是客户的tomcat服务器无法连接到数据库服务器,但具体问题尚不明确,寻求解决建议。
564

被折叠的 条评论
为什么被折叠?



