You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.