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.
Windows updates/patches in the past 24 hours have upgraded Java on our Bamboo server from 1.8.0_191 to 1.8.0_201. I updated the JAVA_HOME environment variable on the server to reflect the new directory C:\Program Files\Java\jdk1.8.0_201 and restarted the Atlassian Bamboo Bamboo process. But the agent processes still will not start. They are failing with
Error: opening registry key 'Software\JavaSoft\Java Runtime Environment'
The error is not clear about where in the registry it expects to find that key. Looking in the registry, that key exists in HKEY_CURRENT_USER, but not in HKEY_LOCAL_MACHINE.
Is HKEY_CURRENT_USER where Bamboo expects to find that key? If not, does that suggest a problem with the Java update? Or is there a way to point Bamboo to a new location for that registry key?
Further research suggests a problem with the Java update. Looks like it may have been installed for current user instead of machine wide. The java -version command is also failing with the same error, so not a Bamboo problem - a Java problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.