Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Installing Bamboo for the first time, cannot get service to start. I followed pdf instructions very closely.
Running Download ver 4.3.3 on Win7 64-bit. I used the 64-bit wrapper. Service installed ok but will not start with generic start error (see below). Are there logs I can view to get more details? Here are some newbie questions.
1. Are there logs I can view to get more details?
2. How to verify and/or set JAVA_HOME? Seeing that as a possible culprit from other KB entries.
3. How to verify and/or set Bamboo-home? I set it at install but not seeing anything show up in there yet. Maybe since Service has not even started yet.
4. Generic Service Start Error:
A system error has occurred.
System error 1067 has occurred.
The process terminated unexpectedly.
Still not sure about the full details, but Tech Support got back to me and had me install the newest ver of JRE and that fixed the problem. I had been using a manual install of JDK and I just assume it did not have all the components in place. The Java_home was set as was everything in the Bamboo install pdf but apparently there was more needed on the Java side. Hope this helps others.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Had the same problem.
Problem:
%JAVA_HOME%\bin was not set in system path variable (environment variables)
Now fixed, and service running
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kuzz,
Not sure if you have been able to figure this out yet or not but I have some answers for you! : - )
1. To have more information about your log files, refer to this article: https://confluence.atlassian.com/display/BAMBOO/Logging+in+Bamboo
2. Your <bamboo-home> directory is empty because you have not been able to run Bamboo and go through configuration steps yet. Once it's set up you'll be able to see the "Logs" folder there.
3. To run Bamboo for the first time to do the configuration, will it be an option for you to run it manually?
If so, go to Bamboo's installation directory and run the "BambooConsole.bat" file. Then open Bamboo in your browser (ex. http://localhost:8085) and go through the configuration steps. Refer to these articles for more information and helpful guidelines:
- https://confluence.atlassian.com/display/BAMBOO/Bamboo+installation+guide+for+Windows
- https://confluence.atlassian.com/display/BAMBOO/Running+the+Setup+Wizard
4. When you are done with the configuration, you can see your Java settings by going to administration -> system information in Bamboo
5.Double check your settings and try running the service again and see if you still get the same error.
This article might also be useful:
https://confluence.atlassian.com/display/BAMBOO/Running+Bamboo+service+on+Windows+as+the+local+user
Hope this helps!
Cheers,
Sepideh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Look at atlassian-bamboo.log under Bamboo_Home/logs folder. Maybe it has some useful errors!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the reply Jobin, however I am not seeing this file. I am looking at the Bamboo-Home directory that I was asked to create at install, that folder is still empty maybe since the Service has not even started yet. I also see a logs folder under the Bamboo root install folder, but that is empty too. Let me know if you can think of anything else. Kuzz
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.