当前位置:网站首页>上传文件时,服务器报错:IOFileUploadException: Processing of multipart/form-data request failed. 设备上没有空间
上传文件时,服务器报错:IOFileUploadException: Processing of multipart/form-data request failed. 设备上没有空间
2022-07-02 09:43:00 【alwaysonline819】
1. 问题
SpringBoot上传文件时,服务器报错
2022-06-27 10:58:00.941 ERROR 12700 --- [nio-8900-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.web.multipart.MultipartException: Failed to parse multipart servlet request; nested exception is java.io.IOException: org.apache.tomcat.util.http.fileupload.impl.IOFileUploadException: Processing of multipart/form-data request failed. 设备上没有空间] with root cause
或
nested exception is org.springframework.web.multipart.MultipartException: Failed to parse multipart servlet request; nested exception is java.io.IOException: org.apache.tomcat.util.http.fileupload.impl.IOFileUploadException: Processing of multipart/form-data request failed. No space left on device] with root cause
java.io.IOException: No space left on device
2. 处理办法
配置文件中增加如下配置
server:
port: 8900
tomcat:
basedir: /opt/project/temp
边栏推荐
- 深入理解P-R曲线、ROC与AUC
- Industry analysis
- YYGH-BUG-04
- WSL 2 will not be installed yet? It's enough to read this article
- 刷题---二叉树--2
- K-Means Clustering Visualization in R: Step By Step Guide
- GGPLOT: HOW TO DISPLAY THE LAST VALUE OF EACH LINE AS LABEL
- SVO2系列之深度滤波DepthFilter
- Fabric. JS 3 APIs to set canvas width and height
- HR wonderful dividing line
猜你喜欢
随机推荐
This article takes you to understand the operation of vim
ES集群中节点与分片的区别
Leetcode739 每日温度
Map和Set
(C语言)输入一行字符,分别统计出其中英文字母、空格、数字和其它字符的个数。
File operation (detailed!)
CDH6之Sqoop添加数据库驱动
Le tutoriel F - String le plus facile à comprendre de l'histoire.
Dynamic memory (advanced 4)
Flesh-dect (media 2021) -- a viewpoint of material decomposition
Natural language processing series (II) -- building character level language model using RNN
Filtre de profondeur de la série svo2
Codeforces 771-div2 C (trouble, permutation is not very good)
Maximum profit of jz63 shares
还不会安装WSL 2?看这一篇文章就够了
YYGH-BUG-05
Sort---
drools决策表的简单使用
甜心教主:王心凌
自然语言处理系列(三)——LSTM









