Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,639,450
Community Members
 
Community Events
196
Community Groups

Confluence cluster node name ignored not working (Docker setup)

Edited

Hey! I installed Confluence data center from official docker image. Here the problems:

1) I have to switch network node to host because Confluence need to see other node
2) confluence.cluster.interface env parameter missing so it need to be configured at startur, what is wired as I want to have everytinig in docker-compose

3) confluence.cluster.node.name parameter ignored and even it set, Clustering section shows Node Name: Not configured.

1 and 2 is FYI to fix documentation
3 - cant find any solution to fix this.

Clipboard01.jpg

 

3 answers

Did you ever figure this out? I am having the same problem.

 

Defining it in setenv.sh does not work. It tells me the cluster.node.name class is not found. 

So no more answers?

0 votes
Fabio Racobaldo _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Aug 09, 2022

Hi  @mishurovskiy_a ,

please check the following file CONFLUENCE_INST/bin/setenv.sh and check if the parameter confluence.cluster.node.name has been correctly added.

Here an example

 

# Set the JVM arguments used to start Confluence.

# For a description of the vm options of jdk 8, see:

# http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html

# For a description of the vm options of jdk 11, see:

# https://docs.oracle.com/en/java/javase/11/tools/java.html

CATALINA_OPTS="-XX:+IgnoreUnrecognizedVMOptions ${CATALINA_OPTS}"

...

...

...

CATALINA_OPTS="-Dconfluence.cluster.node.name=conflnode1 ${CATALINA_OPTS}"
If you change that parameter you need to restart the node.
Hope this helps,
Fabio

No effect, still not configured

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events