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.
I currently have a Red Hat 64-bit server that I want to use for Atlassian products. I have installed Jira, Confluence, Bamboo, Crucible, Stash, and Crowd all on the same server. I have also created services to run each of these apps which run as non-privileged users.
If I install just Crowd and create a service for it, the application works flawlessly even after a reboot. If I install all of the applications (including Crowd), each with their own services, Crowd breaks after a reboot. To be more specific, when the server boots, Crowd results in a 404 apache-tomcat error. If I disable all of the services except Crowd and reboot, http://myserver:8095/crowdsuccessfully shows the login screen. It never progresses past this point though. I try to login with the local administator account, and it simply sits there...spinning. After this, Crowd is never the same and only a complete remove/re-install fixes the issue. That is, until you enable all of the services and Crowd breaks again.
Is there a limitation on how many Atlassian applications/services you can have on a system? Should Crowd be installed on a separate server? Or am I doing something wrong? Any help would be GREATLY appreciated.
What happens if you start the applications using their built-in script file (bin/start-jira.sh, bin/start-confluence.sh, start_crowd.sh, etc)?
Also, each application use two ports, one is the port that you'll use to access the application in your browser (8095 by default for Crowd) and the other port is the control port that is used to shutdown the application. Both ports are defined into the server.xml file of each application.
Those ports need to be exclusive, you can repet the port number or the applications won't start. You may want to check that.
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.