JAVA_HOME "C:\Program Files\Java\jdk1.8.0_333" contains spaces. Please change to a location without spaces if this causes problems.
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
Using CATALINA_BASE: "C:\Program Files\Bamboo"
Using CATALINA_HOME: "C:\Program Files\Bamboo"
Using CATALINA_TMPDIR: "C:\Program Files\Bamboo\temp"
Using JRE_HOME: "C:\Program Files\Java\jdk1.8.0_333"
Using CLASSPATH: "C:\Program Files\Bamboo\bin\bootstrap.jar;C:\Program Files\Bamboo\bin\tomcat-juli.jar"
Using CATALINA_OPTS: ""
C:\Program Files\Bamboo>
Please help me resolved this issue
Hello @pravinkumar Sarkate, Welcome to Atlassian Community!
As recommended in the Bamboo installation guide:
It is highly recommended to avoid placing the Bamboo home directory in any Windows security controlled directory, for example, C:\Program Files. |
You have two options to get this sorted.
cmd /c for %A in ("C:\Program Files\Java\jdk1.8.0_333") do @echo %~sA
Regards,
Eduardo Alvarenga
Atlassian Support APAC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.