UnsupportedOperationException: SRVE8020E: Servlet

2019-09-20 16:19发布

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

2条回答
对你真心纯属浪费
2楼-- · 2019-09-20 16:51

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.

查看更多
贪生不怕死
3楼-- · 2019-09-20 17:04

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

查看更多
登录 后发表回答