Cannot Restore XML Backup Due to PropertyValueException Not Null

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

[Unable to render {include} The included page could not be found. ({include} をレンダリングできません。ページが見つかりませんでした)] を選択し、

症状

During restore, the logs show a message like:


ERROR [Importing data task] [confluence.importexport.impl.ReverseDatabinder] endElement net.sf.hibernate.PropertyValueException: not-null property references a null or transient value: com.atlassian.user.impl.hibernate.DefaultHibernateUser.name

原因

これは、テーブル内に予期せぬ null の値があることを意味しています。上記の例では、エラーは USERS テーブルの名前にあります。ATTACHMENTS テーブルでもこれらがありました。

ソリューション

null の値を含む行を削除し、xml エクスポートをやり直し、再度インポートします。


Last modified on Mar 30, 2016

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.