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
Hi, I have copied jira, confluence, mysql to new server ubuntu 18. When I start confluence the service seam to start normally but after few minutes the ssh connection get very unresponsive, one response every fifth minute and the only way to fix it is to kill confluence process.
Thank You for the response, I managed to fix this by adding more RAM to the OS.
Hello, Kalle.
You are most welcome. Happy to know that the resource increment helped!
have different kind of question though, do you know how to fix log-in in confluence that after migration to new domain it can no longer resolv username+passwd, googled a bit about it and it says you may have to switch from LDAP to local user/passwd resolution?
I am able to login to jira but in confluence I get error message about login is not recognized in spite both are from the same installation on the previous environment.
ok managed to fix this as well by adding cert from letsencrypt:
did:
Make a backup of the cacerts file we will be modifying so you can back out any change without reinstalling the JDK:
$ sudo cp -a $JAVA_HOME/jre/lib/security/cacerts $JAVA_HOME/jre/lib/security/cacerts.orig
Download the signing certificate we need to import:
$ wget https://letsencrypt.org/certs/lets-encrypt-x3-cross-signed.der
Perform the import:
$ sudo keytool -trustcacerts -keystore $JAVA_HOME/jre/lib/security/cacerts -storepass changeit -noprompt -importcert -alias lets-encrypt-x3-cross-signed -file lets-encrypt-x3-cross-signed.der Certificate was added to keystore
and:
$ keytool -trustcacerts \
-keystore $JAVA_HOME/jre/lib/security/cacerts \
-storepass changeit \
-noprompt \
-importcert \
-file /etc/letsencrypt/live/hostname.com/chain.pem