1
0
-1

When trying to upload plugin on V6 getting below error.


ERROR 19 Nov 2019 06:10:42 org.joget.commons.spring.web.CustomDelegatingFilterProxy - Request processing failed; nested exception is org.springframework.web.multipart.MultipartException: Failed to parse multipart servlet request; nested exception is org.apache.commons.fileupload.FileUploadException: Unexpected EOF read on the socket
org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.web.multipart.MultipartException: Failed to parse multipart servlet request; nested exception is org.apache.commons.fileupload.FileUploadException: Unexpected EOF read on the socket
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:982)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:872)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:661)


Although if try manually placing the jar inside wflow/app_plugins/ and click reload plugin it works


even tried with fresh installation on centos still same error using joget community

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, the error message "Unexpected EOF read on the socket" indicates that there is some kind of network IO error during the file upload. Perhaps you can check your network, antivirus or firewall to see if there is any kind of restriction in place.

        CommentAdd your comment...