Author search field does not show a dropdown list of users when typing

お困りですか?

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

コミュニティに質問

問題

In the search page, there is not a drop down list of suggested users when typing in the Author search field.

atlassian-confluence.log に次のメッセージが表示される。

2014-10-20 13:13:23,402 ERROR [http-bio-127.0.0.1-8080-exec-98] [common.error.jersey.ThrowableExceptionMapper] toResponse Uncaught exception thrown by REST service: userkey
 -- url: /rest/prototype/1/search/user.json | userName: bruggerju | referer: https://testconfluence.com/dosearchsite.action?queryString=user1
java.lang.NullPointerException: userkey

診断

Run the following query to check for affected users:

SELECT *
FROM user_mapping 
WHERE user_key NOT IN (SELECT username FROM content WHERE contenttype = 'USERINFO' AND prevver IS NULL) 
AND lower_username NOT IN (SELECT lower_user_name FROM cwd_user);

In the people directory, you can still see the user profile for the user listed in the previous query.

原因

The USERINFO page was removed in the database due to the remove or rename user, but the index cache was not updated.

ソリューション

 

  • A full content indexing should resolve the issue.
Last modified on Mar 30, 2016

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

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