Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

confluence hangs whole ubuntu 18 server

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.

4 comments

AhmadDanial
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Nov 27, 2018

Hi, Kalle.

Allow me to address a couple of questions to understand the issue better:

  • Since you mentioned that the issue occurs a couple of minutes after the Confluence service was started, I would assume that the problem does not happen if only JIRA and MySQL are running. Is that correct? 
  • When you mentioned copied, does it mean that it came from an existing Confluence server that was previously deployed? If yes, did you allocate the same amount of resources as the original server?
  • Did you also confirm from the htop command on the Confluence usage of resources when the issue happens?
  • Any log entries from the atlassian-confluence.log that might help shed more light to the problem?

Additionally, let us also use the Crashes and Performance Troubleshooting guide as well to determine the possible cause to the problem. Keep me posted.

Thank You for the response, I managed to fix this by adding more RAM to the OS.

AhmadDanial
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Nov 28, 2018

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

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events