Failed to load data from Bitbucket 500 Internal server error

I have an assembly plan in bamboo. I am trying to add a repo from a bitbucket. I get the error "Failed to load data from Bitbucket [500 Internal server error]"

Can you tell me the reason why I can troubleshoot.

+5
source share
1 answer

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.

0
source

Source: https://habr.com/ru/post/1243793/


All Articles