UnsupportedOperationException: SRVE8020E: Servlet does not accept multipart requests

醉酒当歌 提交于 2019-12-12 06:56:42

问题


I am using Maximo Anywhere 7.5 on Websphere 8.5.

When i am trying to upload image i got this error:

servlet E com.ibm.ws.webcontainer.servlet.ServletWrapper service SRVE0068E: An exception was thrown by one of the service methods of the servlet [AnywhereProxyServlet] in application [AnywhereWorkManager_1-2_4_war]. Exception created : [java.lang.UnsupportedOperationException: SRVE8020E: Servlet does not accept multipart requests


回答1:


to solve this issue i have to install fix 8.5.5.0 for WebSphere




回答2:


I Googled the error code and this came up:

SRVE8020E: Servlet does not accept multipart requests

Explanation: The servlet does not accept multipart requests.

Action: Add a @MultipartConfig annotation to this servlet or add a multipart-config element to this servlet in the web.xml.



来源:https://stackoverflow.com/questions/29484747/unsupportedoperationexception-srve8020e-servlet-does-not-accept-multipart-requ

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