多部分请求包含的参数数据(不包括上传的文件)超过了在关联连接器上设置的maxPostSize限制
嵌套异常是java.lang.IllegalStateException:多部分请求包含的参数数据(不包括上传的文件)超过了在关联的connectorMaximum上传大小设置的maxPostSize限制;java.lang.IllegalStateException:多部分请求包含的参数数据(不包括上传的文件)超过了在关联连接器上设置的maxPostSize限制。简单来说就是 请求的json超限
报错信息:
Maximum upload size exceeded; nested exception is java.lang.IllegalStateException: The multi-part request contained parameter data (excluding uploaded files) that exceeded the limit for maxPostSize set on the associated connectorMaximum upload size exceeded; nested exception is java.lang.IllegalStateException: The multi-part request contained parameter data (excluding uploaded files) that exceeded the limit for maxPostSize set on the associated connector"
翻译一下:
超过最大上载大小;嵌套异常是java.lang.IllegalStateException:多部分请求包含的参数数据(不包括上传的文件)超过了在关联的connectorMaximum上传大小设置的maxPostSize限制;java.lang.IllegalStateException:多部分请求包含的参数数据(不包括上传的文件)超过了在关联连接器上设置的maxPostSize限制。
简单来说就是 请求的json超限,

DAMO开发者矩阵,由阿里巴巴达摩院和中国互联网协会联合发起,致力于探讨最前沿的技术趋势与应用成果,搭建高质量的交流与分享平台,推动技术创新与产业应用链接,围绕“人工智能与新型计算”构建开放共享的开发者生态。
更多推荐
所有评论(0)