Cannot create or edit pages due to InvalidKeyException: algid parse error, not a sequence

お困りですか?

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

コミュニティに質問

プラットフォームについて: 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 are unable to edit or create pages in Confluence due to the editor not loading. The following error appears in atlassian-confluence.log:

2016-12-23 22:58:14,323 ERROR [http-nio-8090-exec-4] [confluence.plugins.synchrony.SynchronyContextProvider] getContextMap java.security.InvalidKeyException: IOException: algid parse error, not a sequence
 -- referer: http://localhost:8090/ | url: /pages/createpage.action | traceId: 71b142bb2f655934 | userName: admin | action: createpage
2016-12-23 22:58:16,152 ERROR [http-nio-8090-exec-7] [synchrony.api.v1.SynchronyTokenResource] generateToken java.security.InvalidKeyException: IOException: algid parse error, not a sequence
 -- referer: http://localhost:8090/pages/createpage.action?spaceKey=AS | url: /rest/synchrony/1.0/token/2457601/generate | traceId: fa5996c9d76f2bd3 | userName: admin

診断

The following property has been set to 'false' in confluence.cfg.xml:

<property name="synchrony.encryption.disabled">false</property>

The network tab in the browser console also shows "500 Internal Server Error" for the following request:

GET http://localhost:8090/rest/synchrony/1.0/token/54297694/generate

ソリューション

Edit confluence.cfg.xml and change the property back to 'true'.

<property name="synchrony.encryption.disabled">true</property>

ファイルを保存して Confluence を再起動します。


最終更新日: 2022 年 2 月 18 日

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

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