5.

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

ページの作成
テンプレートを更新

ページの作成

親となるページを選択してください。

ページは必ず何かしらの親ページに紐づきます。
親ページに紐づくページを子ページといいます。
例: 親=スポーツ, 子1=サッカー, 子2=野球

子ページを親ページとして更に子ページを作成することも可能です。
例: 親=サッカー, 子=サッカーのルール

親ページはいつでも変更することが可能なのでとりあえず作ってみましょう!

エラー内容

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は起動する。謎。

//追記求む

 

子ページ
子ページはありません
同階層のページ
  1. ids for this class must be manually assigned before calling save()
  2. Number of positional parameter types (1 does not match number of positional parameters (2)
  3. net.sf.hibernate.MappingException: No persister for ~
  4. net.sf.hibernate.QueryException: unexpected token: as [~]
  5. 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
  6. IllegalArgumentException occurred while calling setter of

最近の質問

コメント一覧

コメントがありません

ログインしなければコメント投稿はできません。