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.
Hi,
I have installed Bamboo server and tried to run a maven project from bitbucket. But getting the below error. Gave all the permissions to temp folder. Still it is getting overridden and states permission denied. This is on windows laptop.
Recording an error: Plan 'MP-MP' could not be started. Exception: java.lang.RuntimeException: java.io.IOException: Could not create file: D:\Bamboo\temp\bamboo-ssh.41538fd5.bat : MP-MP : java.lang.RuntimeException: java.io.IOException: Could not create file: D:\Bamboo\temp\bamboo-ssh.41538fd5.bat
Hi @achantasrinivas ,
Please, make sure permissions were granted to the user running Bamboo's process.
If you are running Bamboo as a Windows Service, please make sure that "local" user as described in https://confluence.atlassian.com/bamboo/running-bamboo-as-a-windows-service-as-the-local-user-416580754.html has permissions over the given directory.
Alternatively, you can define a different temporary directory by adding a property to the JVM:
-Djava.io.tmpdir=/path/to/tmpdir
If you are running Bamboo as a Windows Service, this property must be added to the service as described in https://confluence.atlassian.com/bamboo/configuring-your-system-properties-289277345.html
Otherwise, you can add the property to <bamboo-install>/bin/setenv.bat
Kind regards,
Rafael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.