Confluence ノードの起動が「ポート [5801] はすでに使用されており、自動インクリメントが無効です。Hazelcast は起動できません」エラーで失敗する
プラットフォームについて: サーバーと Data Center のみ。この記事は、サーバーおよび Data Center プラットフォームのアトラシアン製品にのみ適用されます。
問題
Attempting to start the second node in the same machine results in the following error found in the atlassian-confluence.log
:
[com.hazelcast.instance.DefaultAddressPicker] log null [dev] [3.3-RC1-atlassian-1] Port [5801] is already in use and auto-increment is disabled. Hazelcast cannot start.
java.net.BindException: Address already in use
原因
Both nodes are using the same Hazelcast port
ソリューション
Shutdown the second node
Add the following system property (See: Configuring System Properties):
-Dconfluence.cluster.hazelcast.listenPort=5851
- Startup Confluence again
最終更新日 2016 年 5 月 3 日
Powered by Confluence and Scroll Viewport.