Can't create or edit plan due to temporary directory being deleted

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

You notice the following error while creating a plan,


An unexpected error has occurred: Processing of multipart/form-data request failed. /tmp/Jetty_0_0_0_0_8085_webapp___.dye317/upload55747558_12cf5208e88_7fed_00000005.tmp (No such file or directory).

Resolution

Add the following property in your <Bamboo-Home>/bamboo.cfg.xml file;


     <property name="webwork.multipart.saveDir">${bambooHome}/temp</property>

within the <properties> tag, and restart Bamboo.

Last modified on Nov 21, 2012

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.