Heads up! On March 5, starting at 4:30 PM Central Time, our community will be undergoing scheduled maintenance for a few hours. During this time, you might find the site temporarily inaccessible. Thanks for your patience. Read more.
×Hi All,
I am trying to change our confluence synchrony port from 8091 to 8092.
I include this command to confluence/bin/setenv.sh
CATALINA_OPTS="-Dsynchrony.port=8092 ${CATALINA_OPTS}"
I also stop the confluence before adding this line and start it after but it seems that it dont have any effect on our confluence. The synchrony port is still on 8091. Can anyone tell me what is wrong on my steps? Thank you!
This is a long shot, but as it's fixed this for me a few times, can you try forcing your Confluence to re-read all the Synchrony config?
In theory, you only need to change the Catalina options and restart it all, exactly as you have, but for some unknown reason, this does not always work immediately, despite the restart. (My best guess is a cache or temporary file being reloaded, but that really is a guess).
Could you try:
This should land us in one of three places:
My success rate with that is around 60%, the other 40% got me logs telling me firewalls, dns or network routing didn't like my new port
Thank you for this! I will try it now and will keep you posted. Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is just a paste of a doc I wrote for debugging/fixing for someone a while ago. I don't hold out a lot of hope that it will suddenly work.
I hope it does, but I would actually bet on the middling outcome - it doesn't work, but we get more logs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately, it doesn't work. I try to turn it off and on many times but still not working.
Thank you for your support sir.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, the other thing to try is a different place for the setting.
Look for <confluence install>/bin/synchrony-start.sh and use the "optional overrides" as the note in there says to (obviously, change the port in their example to 8092)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the support.
Sorry I'm a little bit confused,
Do you mean I will just change this port to 8092? Or should I include this line to another file like setenv.sh? Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, stick with this file, forget the others you might be looking at.
You show us three lines of text, edit the last one, replacing the "" with "-Dsynchrony.port=80xx "
In that string, please replace the 80xx with the 80yy you want to use - 8092 for example.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I already did this process but still no effect on our confluence.
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Bother, I am completely stuck now, there's no reason I can think of for synchrony to be ignoring either of those settings.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for your assistance, I think we will just reinstall our Confluence.
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.