"C:\Program Files\Bamboo\bin\start-bamboo.bat"
To run Bamboo in the foreground, start the server with start-bamboo.bat /fg
The CATALINA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
Check you have set the home path correctly
From the install guide
Set up your Bamboo home directory — this is the directory where Bamboo will store its root configuration data. To do this, edit the file named bamboo-init.properties
in the <Bamboo installation directory>/atlassian-bamboo/WEB-INF/classes/
directory. In this file, insert the property "bamboo.home", with an absolute path to your Bamboo home directory. Your file should look something like this:
bamboo.home=C:/test/bamboo-home
Hi Steve, Acttually the thing is my bamboo-home folder is empty. No files are present in the folder bamboo-home. Is there anything to be present in this folder after the installation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's fine, you are pointed the server to that directory to store files created during the next steps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I suggest you reinstall Bamboo and make sure you run Bamboo as a Windows service as the local user as explained in this post.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please check all paths and environment variables if are correct. This documentation might help to show where you should look - https://confluence.atlassian.com/bamboo/configuring-your-system-properties-289277345.html
I suppose that wrong path is used. By default (if you did not change it) it might be C:\Program Files\Bamboo ..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mirek I have checked everything and is correct. But still also I am getting the same error. At the start it showed some error related to jdk and jre. I have changed the pwd from Bamboo bin to jdk bin(Even though it is specified in Environment Variables). starting the Bamboo by specifying with complete path. Please can you give me some suggestion.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are getting this error, right?
The CATALINA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
Are you sure that there is correct path to catalina set by enviroment variable CATALINA_HOME? BTW - Good version of Java is used? What you get if you print CATALINA_HOME variable?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mirek,
C:\>set JAVA_HOME="C:\Program Files\Java\jdk1.8.0_161\bin"
C:\>set CATALINA_HOME=C:\Bamboo\bin
C:\>set PATH=%PATH%;%JAVA_HOME%\bin;%CATALINA_HOME%\bin
C:\>set CATALINA_HOME=C:\Bamboo\lib
C:\>
Even after setting the paths also I am getting the same error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
C:\Program Files\Java\jdk1.8.0_161\bin>"C:\Bamboo\bin\start-bamboo.bat" /fg
The CATALINA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
This is the error I am getting
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
is C:\Bamboo your <Bamboo Install> directory? If not please try to set up CATALINA_HOME using it ..
BTW - but first please remember also to have a semicolon on the end of environment variables
not..
PATH=%PATH%;%JAVA_HOME%\bin;%CATALINA_HOME%\bin
but..
PATH=%PATH%;%JAVA_HOME%\bin;%CATALINA_HOME%\bin;
Those are details but sometimes count :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your reply. I have done what you mentioned in your previous post but still the problem exists. I think some problem from my system.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
C:\Bamboo\bin>start-bamboo.bat /fg
'#' is not recognized as an internal or external command,
operable program or batch file.
'#' is not recognized as an internal or external command,
operable program or batch file.
'#set' is not recognized as an internal or external command,
operable program or batch file.
'#' is not recognized as an internal or external command,
operable program or batch file.
Bamboo Server Edition
Version : 6.4.0
The system cannot find the path specified.
If you encounter issues starting or stopping Bamboo Server, please see the Troubleshooting guide at https://confluence.atlassian.com/display/BAMBOO/Installing+Bamboo+on+Windows
Files\Java\jre1.8.0_161\bin"" was unexpected at this time.
Is there any solution for this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You configuration files seems to be messed up .. Maybe you did some typos or additional special characters. Please check syntax.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had similar problem and it was fixed setting env variabl for CATALINE_HOME as Mirek described `%CATALINA_HOME%\bin;` while CATALINA_HOME itself pointed on installation directory, as Mirek also wrote.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Závodný Petr . Glad that it helped
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.