Hello,
I'm trying to set up Bamboo on my local computer. I've been waiting for the express installation to finish for like 30 mins now:
The log has a number of errors but I'm not sure how to post them here. I don't see how to attach files on this forum. There are various exception types such as...
Let me know what kind of additional information you need and if there's a practical way of uploading files to this thread.
Can there be a Java version mismatch somehow? Like Bamboo needs a certain Java version but it's accessing an older one? Is there a way to set Java home for Bamboo?
Thanks for your help,
Andras
Hi @[deleted]
Can there be a Java version mismatch somehow? Like Bamboo needs a certain Java version but it's accessing an older one? Is there a way to set Java home for Bamboo?
I think you already know the answer. I believe you are using an incompatible JAVA version. Possibly a new one, 11. Bamboo needs JDK 8 (1.8).
More details about the supported platforms can be found at:
Suggested steps moving forward:
What if I'm wrong and the Java version is correct?
Please try to find the first error that shows up in your logs (considering time execution) and share it here =]
Hi Daniel,
Ok, thanks for your answer.
I was hoping I could set the JDK home for Bamboo through some setting. Pointing out the JDK home globally can interfere with other applications.
Best regards,
Andras
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @[deleted]
You can set a different version just for Bamboo.
export JAVA_HOME=<JAVA_JDK_HOME>
export JRE_HOME=<JAVA_JDK_HOME>/jre
⚠️ Update <JAVA_JDK_HOME> with the path of your JAVA JDK.
I hope it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Daniel,
Great, thanks for your time and help!
//Andras
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are welcome!
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.