Page Copy Operation Fails when Clicking "Save"
プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム。
この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。
*Fisheye および Crucible は除く
症状
When copying a page, at the point where you click "Save" the page either does not load or displays a System Error.
atlassian-confluence.log に次のエラーが返される。
2012-10-21 12:37:32,738 ERROR [http-10432-10] [atlassian.confluence.servlet.ConfluenceServletDispatcher] sendError Could not execute action
-- url: /pages/docopypage.action | userName: admin | referer: http://<BASE_URL>/pages/copypage.action?idOfPageToCopy=327685&spaceKey=TEST
java.lang.IllegalArgumentException: Source dir <CONFLUENCE_HOME>/attachments/ver003/nonspaced/201/77/327701/589830does not exist原因
Sometimes pages can reference the directory where a draft attachment once existed. If that directory no longer exists, then this error happens. I've been able to reproduce this once in my own testing, however after that I wasn't able to produce it, so I suspect this is an intermittent condition. The bug is currently being tracked at CONFSERVER-27778 - Page creation or copying failed when there is an attachment draft directory that does not exist (fixed in 5.2.5)
回避策
Create the missing directory tree. For example on a UNIX-based system to work around the example error:
mkdir -p <CONFLUENCE_HOME>/attachments/ver003/nonspaced/201/77/327701/589830この内容はお役に立ちましたか?