ssh启动报错:org.dom4j.DocumentException: Connection timed out: connect Nested exception: Connection time
Posted 陈明羽
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ssh启动报错:org.dom4j.DocumentException: Connection timed out: connect Nested exception: Connection time相关的知识,希望对你有一定的参考价值。
ssh项目启动报错:
org.dom4j.DocumentException: Connection timed out: connect Nested exception: Connection timed out: connect
一开始以为是数据库连接的事,后来发现是hibernate在实体对象映射数据库表的时候出的错
解决:
查看hibernate.jar包里的hibernate-mapping-3.0.dtd里的
<!DOCTYPE hibernate-mapping PUBLIC
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
将*.hbm.xml中的<!DOCTYPE ....>的标签换成上面的<!DOCTYPE ....>标签内容
之后就可以正常启动项目了
以上是关于ssh启动报错:org.dom4j.DocumentException: Connection timed out: connect Nested exception: Connection time的主要内容,如果未能解决你的问题,请参考以下文章
hadoop启动报错:localhost: ssh: Could not resolve hostname localhost
ssh框架启动Tomcat 不报错也找不到页面 报404错误
SSH 报错,使用的Hibernate注解,没有使用hmb.xml文件,应用服务器使用的是jetty,启动报错!
系统之家Linux启动sshd服务报错could not load host怎么办怎么办
ssh启动报错:org.dom4j.DocumentException: Connection timed out: connect Nested exception: Connection time