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 recently installed Crowd Server & set it up to run as a Windows service. I am receiving the following error:
Server Specs
Details
I installed Crowd a few days ago, and I was able to run it, but I had trouble installing it as a service. As recommended by Atlassian.com, I upgraded my instances of Jira & Bitbucket, and checked several other specifications, including my JAVA_HOME directorty.
Currently, Jira & Bitbucket are running just fine. The Windows Services apps says that the Crowd service is running, but when I go http://localhost:8095/crowd, I receive the message above.
Logs (C:\Program Files\Atlassian\Crowd\atlassian-crowd-3.7.1\apache-tomcat\logs)
commons-daemon.2020-02-03.log
[2020-02-03 18:55:16] [info] [ 4616] Apache Commons Daemon procrun (1.2.2.0 64-bit) started.
[2020-02-03 18:55:16] [info] [ 4616] Installing service 'Crowd' name 'Apache Tomcat 8.5 Crowd'.
[2020-02-03 18:55:16] [info] [ 4616] Service 'Crowd' installed.
[2020-02-03 18:55:16] [info] [ 4616] Apache Commons Daemon procrun finished.
[2020-02-03 18:55:56] [info] [ 868] Apache Commons Daemon procrun (1.2.2.0 64-bit) started.
[2020-02-03 18:55:56] [info] [ 868] Updating service...
[2020-02-03 18:55:56] [info] [ 868] Updated service 'Crowd'.
[2020-02-03 18:55:56] [info] [ 868] Finished updating service 'Crowd'.
[2020-02-03 18:55:56] [info] [ 868] Apache Commons Daemon procrun finished.
[2020-02-03 18:56:18] [info] [ 5864] Apache Commons Daemon procrun (1.2.2.0 64-bit) started.
[2020-02-03 18:56:19] [info] [ 5864] Updating service...
[2020-02-03 18:56:19] [info] [ 5864] Updated service 'Crowd'.
[2020-02-03 18:56:19] [info] [ 5864] Finished updating service 'Crowd'.
[2020-02-03 18:56:19] [info] [ 5864] Apache Commons Daemon procrun finished.
[2020-02-03 18:56:42] [info] [10260] Apache Commons Daemon procrun (1.2.2.0 64-bit) started.
[2020-02-03 18:56:42] [info] [10260] Updating service...
[2020-02-03 18:56:42] [info] [10260] Updated service 'Crowd'.
[2020-02-03 18:56:42] [info] [10260] Finished updating service 'Crowd'.
[2020-02-03 18:56:42] [info] [10260] Apache Commons Daemon procrun finished.
[2020-02-03 18:57:08] [info] [ 300] Apache Commons Daemon procrun (1.2.2.0 64-bit) started.
[2020-02-03 18:57:08] [info] [ 300] Updating service...
[2020-02-03 18:57:08] [info] [ 300] Updated service 'Crowd'.
[2020-02-03 18:57:09] [info] [ 300] Finished updating service 'Crowd'.
[2020-02-03 18:57:09] [info] [ 300] Apache Commons Daemon procrun finished.
I found a very similar post on Atlassian.com (https://community.atlassian.com/t5/Confluence-questions/Confluence-The-origin-server-did-not-find-a-current/qaq-p/848984?tempId=eyJvaWRjX2NvbnNlbnRfbGFuZ3VhZ2VfdmVyc2lvbiI6IjIuMCIsIm9pZGNfY29uc2VudF9ncmFudGVkX2F0IjoxNTgwODM1MzE5NDU1fQ%3D%3D), but I did not find anything helpful in there. I checked:
How can I get Crowd up & running? I would really appreciate any help!