Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Cant run bamboo Tutorial Bamboo Java Specs stored in Bitbucket

Maneesh M June 18, 2025

Hi I followed the tutorial at the below link

Tutorial link 

 

However after "

Check to see if the plan was created"

I see the below server. Any idea how can I resolve?

 

18-Jun-2025 19:21:46	java.io.FileNotFoundException: D:\Bamboo%20Home\local-working-dir\serverSide\REPOSITORY_STORED_SPECS\repository-33095710-master\checkout\bamboo-specs\specs15592671279212230718.xml (The system cannot find the path specified)
18-Jun-2025 19:21:46	com.atlassian.bamboo.configuration.external.PomProcessingException: java.io.FileNotFoundException: D:\Bamboo%20Home\local-working-dir\serverSide\REPOSITORY_STORED_SPECS\repository-33095710-master\checkout\bamboo-specs\specs15592671279212230718.xml (The system cannot find the path specified)

1 answer

1 vote
Shashank Kumar
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 27, 2025

Hello Maneesh,

Welcome to Atlassian community.

When you push the code for specs, Bamboo will download it locally at the below location 

 D:\Bamboo%20Home\local-working-dir\serverSide\REPOSITORY_STORED_SPECS\

 Post that it will run the specs logic, I believe in your case there seems to be some problem to the user permission for this folder. can you please revalidate if the files mentioned in the error is present there and the user which is running Bamboo has access to it.

Regards,

Shashank Kumar

**please don't forget to Accept the answer if your query was answered**

Maneesh M July 7, 2025

Thanks. I will check these.

Please can you also tell me if i need to check/change the below section like localhost:8085, admin/group admin. Are these auto generated and same for everyone?

 

BambooServer bambooServer = new BambooServer("http://localhost:8085");

Plan plan = new PlanSpec().createPlan();
bambooServer.publish(plan);

PlanPermissions planPermission = new PlanSpec().createPlanPermission(plan.getIdentifier());
bambooServer.publish(planPermission);
}

PlanPermissions createPlanPermission(PlanIdentifier planIdentifier) {
Permissions permissions = new Permissions()
.userPermissions("admin", PermissionType.ADMIN)
.groupPermissions("bamboo-admin", PermissionType.ADMIN)

Shashank Kumar
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 7, 2025

These looks okay to me

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events