Collaborative Editing is not working

お困りですか?

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

コミュニティに質問

プラットフォームについて: 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 create or edit pages. After clicking on the Create or Edit button, the following error is displayed:

Something went wrong after loading the editor. Copy your unsaved changes and refresh the page to keep editing.


環境

Confluence Server running on Windows.

診断

Checking the atlassian-confluence.log, we can find the following:

WARN [lifecycle:thread-23] [plugins.synchrony.bootstrap.SynchronyInteropBootstrap] onStart An exception occurred while waiting for Synchrony to start: Unexpected exit value: 1, allowed exit values: [0], executed command [taskkill, /F, /PID, <PID-Number>]


原因

This error can happen when the Synchrony process is not stopped properly during a Confluence shutdown. Once Confluence starts again, it tries to kill the lingering process but hits the error above.

ソリューション

  1. Confluence をシャットダウンします。
  2. Check if there is anything still listening to the 8091 port (8091 is the Synchrony default port, so make sure to adjust it if you are using a different port)

    netstat -an |find /i "listening"
  3. If there is any process still listening to the Synchrony port, we need to manually kill it (make sure to use the same PID found in the previous step):

    taskkill /F /PID pid_number
  4. Delete the file <confluence-install>/temp/synchrony.pid
  5. Start Confluence and check if it is able to successfully start the Synchrony process now


最終更新日: 2023 年 1 月 25 日

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

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