You must ensure that the JAVA_HOME environment variable is set correctly. You need to install it like this:
JAVA_HOME = C: \ Program Files \ Java \ jdk1.8.XXXX; (address where your JDK is located)
I decided that this is a problem, trying to stop and restart the bamboo. After a restart, it was suggested on the command line to indicate that the JAVA_HOME environment variable was set incorrectly. I updated Java, set the appropriate value environment variable, and restarted bamboo. This fixed the bug.
source share