Hibernate初始化时的Could not parse configuration

       今天一个同事需要在项目中使用Hibernate,于是就推荐了他去阅读Hibernate的官方文档。因为这个文档不但有中文,而且还包含了一个比较详细的Tutorial。

       可是当一切都配置以后,使用JUnit测试时,出现了问题:

        

       很是奇怪,因为hibernage.cfg.xml配置文件是从Tutorial中直接copy过来的,只是改了数据库的驱动、方言和连接。也Google了一些情况出来,很多是由于DTD的版本和配置文件的版本不对导致的。不过在我们这里不存在这个情况。不过可以判定是由于DTD引起的问题,忽然想起来前一段时间服务器上一个程序由于不能连接网络,而导致Springframework不能加载的问题,就判断也可能是因为网络的问题,不能下载“http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd”(尽管我们已经把DTD下载到了本地)。

       这时候还好有一段以前可以运行的程序,拿来一看恍然大悟,还果真是DTD的问题。那个配置文件里引用的是:“http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd”,不是一个地址。替换后,问题就解决了。

       官方文档也害人呀!

 

       总结:

 

       问题现象:加载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”。

引用\[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.csdn.net/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.csdn.net/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 ]
评论 12
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

mydeman

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值