Can't Create XML backup due to missing password

お困りですか?

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

コミュニティに質問

症状

The following error appears in log when generating a Crowd XML backup:

2011-02-01 23:22:27,590 http-8095-15 ERROR [500ErrorPage] Exception caught in 500 page null
java.lang.NullPointerException
at com.atlassian.crowd.migration.UserMapper.addUserToXml(UserMapper.java:87)
at com.atlassian.crowd.migration.UserMapper.exportXml(UserMapper.java:71)

原因

There are one or more users without any passwords in your Crowd internal directory.

ソリューション

Follow the SQL below to check for user without password;

select * from cwd_user where credential = null;
// Or
select * from cwd_user where credential = '';

Reset the user password via the Crowd Console.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

最終更新日 2012 年 11 月 21 日

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

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