Hibernate初始化时的Could not parse configuration

在使用hibernate时,报了 Could not parse configuration: /hibernate.cfg.xml 

这很有可能是hibernate.cfg.xml文件出错

此时可以先用浏览器打开 hibernate.cfg.xml文件 看看能不能正常显示,如果不能,则说明配置文件编写有问题(比如DTD的url错误,标签错误等),改正相应的错误后就不报异常了



问题现象:加载Hibernate时出现异常,可以看到异常信息:

      org.hibernate.HibernateException: Could not parse configuration: /hibernate.cfg.xml

      Caused by: org.dom4j.DocumentException: Connection timed out: connect Nested exception: Connection timed out: connect

 

        原因:hibernate.cfg.xml中引用了错误的DTD文件路径“http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd”。

 

        解决方法:替换为正确的DTD路径:“http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd”。



<!--高版本hibernate的hibernate.cfg.xml文件 -->

 <!DOCTYPE hibernate-configuration PUBLIC 
        "-//Hibernate/Hibernate Configuration DTD 3.0//EN" 
        "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">

上面红色这一句根据hibernate版本不同会有所不同,有可能需要改成

"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">(低版本hibernate),当然,对应的hbm.xml文件头部也要修改成一样的才行



注意:hibernate.cfg.xml是configuration,*.hbm.xml是mapping

并且二者的地址前半部分一定要一致,要么都是http://hibernate.sourceforge.net/ 要么都是http://hibernate.org/dtd/


注:使用http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd 和 

http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd 不管有网无网都可以!



引用\[1\]:又报了另一个error $ make LD cdec /opt/compiler_tool/arm/armv7l-tizen-linux-gnueabi/bin/../lib/gcc/armv7l-tizen-linux-gnueabi/4.9.2/../../../../armv7l-tizen-linux-gnueabi/bin/ld: cannot find /lib/ld-linux.so.3: No such file or directory collect2: error: ld returned 1 exit status makefile:48: recipe for target 'cdec' failed make: *** \[cdec\] Error 1 /opt/compiler_tool/arm/armv7l-tizen-linux-gnueabi/lib$ ls gcc libarmv7l-tizen-linux-gnueabi-sim.a 。 引用\[2\]:the code model could not parse an included file,which might lead to incorrect code completion and highlighting,for example 。 引用\[3\]:4.make clean 后,执行make , 没想到gcc 命令 又不见了。。。 $ make PATH is /usr/bin:ATH CC cplay.c make: arm-none-linux-gnueabihf-gcc: Command not found makefile:57: recipe for target 'cplay.o' failed make: *** \[cplay.o\] Error 127 。 问题:could not parse makefile 回答: "could not parse makefile"是一个错误信息,它表示在解析makefile出现了问题。这可能是由于多种原因引起的。其中一种可能是makefile中的语法错误,导致解析器无法正确解析。另一种可能是makefile中引用的文件无法找到,比如在引用的文件路径中找不到所需的库文件。此外,还可能是由于环境变量配置不正确导致的,比如gcc命令无法找到。要解决这个问题,可以检查makefile中的语法错误,确保引用的文件路径正确,并检查环境变量配置是否正确。如果问题仍然存在,可能需要进一步调查和排除其他可能的原因。 #### 引用[.reference_title] - *1* *3* [记录一次makefile 异常问题解决方法](https://blog.youkuaiyun.com/dreamDay2016_11_11/article/details/131010400)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item] - *2* [Qt creater警告:the code model could not parse an included file](https://blog.youkuaiyun.com/u012686154/article/details/85243010)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item] [ .reference_list ]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值