エラー内容

net.sf.hibernate.MappingException: Error reading resource: ... .hbm.xml

Server returned HTTP response code: 503 for URL: http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd Nested exception: Server returned HTTP response code: 503 for URL: http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd

 

発生条件/原因および解決法

hbm.xmlの以下の3.0の部分がだめ。

2.0にすると動く。

    "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
    "http://hibernate.sourceforge.net/hibernate-mapping-
3.0.dtd" >

確かに上記のURLにアクセスするとメンテナンス中という文言が出力される。(メンテナンスで使えなくなるとかだめじゃね・・・?)

おそらく一時的なもの。

2.0もメンテナンス中ではあるがなぜか2.0にするとtomcatは起動する。謎。

//追記求む