UnsupportedOperationException:SRVE8020E:Servlet不接受多部分请求

时间:2015-04-07 05:56:16

标签: websphere ibm-mobilefirst maximo maximo-anywhere

我在Websphere 8.5上使用Maximo Anywhere 7.5。

当我尝试上传图片时出现此错误:

  

servlet E com.ibm.ws.webcontainer.servlet.ServletWrapper服务   SRVE0068E:其中一种服务方法抛出异常   应用程序中的servlet [AnywhereProxyServlet]   [AnywhereWorkManager_1-2_4_war]。创建例外:   [java.lang.UnsupportedOperationException:SRVE8020E:Servlet没有   接受多部分请求

2 个答案:

答案 0 :(得分:1)

要解决此问题,我必须为WebSphere安装修复程序8.5.5.0

答案 1 :(得分:0)

我用Google搜索错误代码,然后出现了这个问题:

SRVE8020E: Servlet does not accept multipart requests

解释:servlet不接受多部分请求。

操作:向此servlet添加@MultipartConfig注释,或者在web.xml中将multipart-config元素添加到此servlet。