Synchrony logs show invalid-aud and Synchrony is not connecting to Confluence

お困りですか?

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

コミュニティに質問

 

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

問題

Synchrony will not connect to Confluence as expected after the initial setup. 

The following appears in the atlassian-synchrony.log

"type":"jwt/invalid-aud","aud":"https://confluence.example.com/synchrony/v1","expected-auds":["http://confluence.example.com/synchrony"],"ns":"synchrony.sync.hub","throwable":"clojure.lang.ExceptionInfo: JWT aud property does not match expected value {:type :jwt/invalid-aud, :aud \"https://confluence.example.com/synchrony/v1\", :expected-auds [\"http://confluence.example.com/synchrony\"],

診断

環境

  • Confluence Data Center 6.x
  • Existing Synchrony node or cluster

原因

This is caused by an invalid synchrony.service.url in your Synchrony service config or startup script, ending in: /v1

The synchrony.service.url ending in /v1 only belongs in the Confluence server's setenv.sh config file, not in the Synchrony config.

ソリューション

  1. Edit the synchrony service script or start-synchrony.sh script (script location will vary), and remove the /v1 at the end of the -Dsynchrony.service.url=
    1. Example valid synchrony.service.url in the synchrony service config: 

      -Dsynchrony.service.url=https://<confluence_base_url>/synchrony
  2. Restart the Synchrony service.



最終更新日 2018 年 11 月 1 日

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

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