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

Confluence cluster node name ignored not working (Docker setup)

mishurovskiy_a August 9, 2022

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

0 votes
aerochaz June 13, 2023

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. 

0 votes
mishurovskiy_a August 16, 2022

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.
August 9, 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
mishurovskiy_a August 9, 2022

No effect, still not configured

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events