'Multicast address does not correspond with cluster name' during Cluster Configuration

お困りですか?

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

コミュニティに質問

This article applies to Confluence clustered 5.4 or earlier.

症状

The following error appears in the Cluster Configuration screen:

Multicast address does not correspond with cluster name. Adding new cluster nodes may fail.

原因

By default, Confluence uses cluster name to generate a random multicast address. In this case, the multicast address and the cluster name are not synchronised.

ソリューション

Verify that the multicast address is synchronised with the cluster name:

  1. If applicable, stop all cluster nodes except for primary node
  2. In primary node, browse tohttp://path-to-confluence/admin/cluster/hashclustername.jsp

  3. Enter the previously assigned cluster name e.g. atlassian_cluster
  4. Press Generate
  5. Compare the generated multicast address with the value inside the primary node's <confluence-home>/confluence.cfg.xml. They should look like this:

    <property name="confluence.cluster.address">224.222.163.162</property>
    <property name="confluence.cluster.name">atlassian_cluster</property>
    
  6. If the details do not match, shutdown the node and edit the <confluence-home>/confluence.cfg.xml to reflect the generated values
  7. If applicable, apply the same changes in other cluster nodes

See CONF-10977 for more information.

最終更新日: 2016 年 2 月 26 日

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

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