Links to pages return Page Not Found and suggest a same named page in this Space

お困りですか?

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

コミュニティに質問


プラットフォームについて: 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 は除く

要約

Users can't open a specific page. When they reach this page, the "(info) Page Not Found" message is displayed. 

The "Page Not Found" page suggests the user the original page ( with the same title ) as a link under the "In This Space" section with a "The page you were looking for may have been renamed to the following:" message.

When the user followed the suggested link, the same "Page Not Found" page is displayed.

環境

  • Database: Postgres (installed on Linux OS)
    • Debian 10 
    • Ubuntu 18.10 (cosmic) and newer
    • RHEL 8

診断

If you upgraded your database OS from an older version to versions mentioned in the Environment section or you upgraded the  glibc  package to 2.28 (or newer) package, you might be affected by this issue. 

原因

GNU libc 2.28 has introduced new features and one of them is related to its Unicode locale data. This update affects all Postgres database versions that are using language and region-sensitive collations. After this upgrade, certain strings might sort differently.

From the GNU libc 2.28   announcement:

The localization data for ISO 14651 is updated to match the 2016 Edition 4 release of the standard, this matches data provided by Unicode 9.0.0. This update introduces significant improvements to the collation of Unicode characters. […] With the update many locales have been updated to take advantage of the new collation information. The new collation information has increased the size of the compiled locale archive or binary locales.

More information about this topic can be found on the following links:

ソリューション

Reindexing the Confluence database will solve the problem.

  • Shutdown Confluence (on all nodes if Data Center)
  • Reindex Confluence database with the below command:

    reindex database confluencedb;

    (info) Change the database name ( confluencedb ) according to your Confluence database name.

  • Confluence を起動します。

最終更新日: 2021 年 10 月 12 日

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

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