Docker Remote Agent fails to start

Pablo Comino Castro
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 8, 2024

I have a fresh install of both Bamboo in Docker (7.2.2) (old version is needed) and the latest Bamboo Remote Agent also in Docker. The agent fails to start with error:

 

com.atlassian.bamboo.exception.StartupException: Mission critical plugins not found. Agent stopping...

 

I am running this command:

sudo docker run -e VERBOSE_LOGS=true -e BAMBOO_SERVER=http://myserverip:8085/agentServer/ -v ./bambooAgentVolumeLatest:/var/atlassian/application-data/bamboo-agent --name="bambooAgentLatest" --hostname="bambooAgentLatest" atlassian/bamboo-agent-base

 


Here is a link to my output log (this is a test server, nothing sensitive)

https://pastebin.com/Es3nvaSV

 

 

I have also tried with the latest version of Bamboo server and also an older version of the Agent to no avail. I am at a slight loss especially since both of these are fresh installs in Docker, so they should've have all the dependencies handled.

1 answer

1 accepted

1 vote
Answer accepted
Pablo Comino Castro
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 9, 2024

Turns out Java 11 removed the dependency javax.annotation. Switching to an older remote agent with Java 8 instead completely fixed the issue.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events