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.
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello, Kalle.
You are most welcome. Happy to know that the resource increment helped!
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 response, I managed to fix this by adding more RAM to the OS.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, Kalle.
Allow me to address a couple of questions to understand the issue better:
Additionally, let us also use the Crashes and Performance Troubleshooting guide as well to determine the possible cause to the problem. Keep me posted.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.