Profile Picture Missing After an Upgrade

お困りですか?

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

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

問題

After an upgrade, Users' profile picture are missing.

診断

Run the following SQL query in Confluence Database:

SELECT * FROM OS_PROPERTYENTRY WHERE ENTITY_KEY = 'confluence.user.profile.picture';

If the result of the above query is similar to as follows:

ENTITY_NAME;ENTITY_ID;ENTITY_KEY;KEY_TYPE;BOOLEAN_VAL;DOUBLE_VAL;STRING_VAL;LONG_VAL;INT_VAL;DATE_VAL
OSUser_usera;0;confluence.user.profile.picture;5;0;0;usera-47837-pp-img_0793.jpg;0;0;

See this Bug Ticket:  CONF-22298 - Getting issue details... STATUS


If the result of the above query is similar to as follows:

ENTITY_NAME;ENTITY_ID;ENTITY_KEY;KEY_TYPE;BOOLEAN_VAL;DOUBLE_VAL;STRING_VAL;LONG_VAL;INT_VAL;DATE_VAL
CWD_UserA;0;confluence.user.profile.picture;5;0;0;usera-47837-pp-img_0793.jpg;0;0;

Proceed to Workaround

原因

Part of the Confluence database, in the table: OS_PROPERTYENTRY might not be updated

Confluence バージョンOS_PROPERTYENTRY Schema for the Column "
entity_name"
Below 3.5
OSUser_<username>
3.5
CWD_<username>
5.2
USERPROPS-<userkey>

There are possibilities that the upgrade task was somehow corrupted. 

回避策

  1. Go to the URL:

    <Confluence Address>/admin/force-upgrade.action
  2. Select "embeddedCrowdPropertSetFactoryMigrationUpgradeTask"
  3. Selet Force Upgrade

(info) Please backup your database before performing the above

Should the above workaround does not solve the issue, it is recommended to rollback to previous version and redo the upgrade again, preferably by using the standalone installer. Use the documentation to rollback to your pre-upgraded state Confluence:

Confluence の以前のバージョンにロールバックする方法


最終更新日 2020 年 5 月 8 日

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

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