The temporary upload location is not valid

空扰寡人 提交于 2019-11-28 23:24:48
farrellmr

Create a directory /tmp under -

C:\Users\take\eclipse\sts-bundle\pivotal-tc-server-developer-3.1.4.RELEASE\base-‌​instance\work\Catalina\localhost\ToolManagementSystem\WEB-INF

So you have a directory -

C:\Users\take\eclipse\sts-bundle\pivotal-tc-server-developer-3.1.4.RELEASE\base-‌​instance\work\Catalina\localhost\ToolManagementSystem\WEB-INF\tmp

The other option is to change the temp directory through your tomcat configuration, or you can use spring boot which can configure this through an application property

Thanks

For one of our environment it was happen when external process clean up temporary directory. So we solved it just with restarting application.

change server.port value in application.properties file to another port,it will work.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!