[Error message]
java.lang.IllegalArgumentException: org.apache.commons.fileupload.FileUploadBase$IOFileUploadException: Processing of multipart/form-data request failed. Stream ended unexpecte
This behavior is in the specifications.
This exception shows that communication is terminated during data processing of “multipart/form-data.”
“Under data processing” means that an uploaded file is being received.
Possible reasons for the communication termination during the process are, for example, communication disconnection and excess over a timeout value specified on a Proxy within a communication path.
Disconnection function of iAP file upload tag is implemented through enforced communication disconnection. Specifically, “XMLHTTPRequest.abort()” is carried out.
The error described above occurs because this process terminates communication forcibly.
The server side is not able to discern a case of the interruption button clicked and a case of some error occurred on the network since the both terminates communication during the process in a similar vein.
Detection of error occurrence on the network and log search cannot be carried out if you suppress exception error output. Exception error output is not suppressed to avoid such situation.
-- Target ------------------------------------------------------------------------
iAP/Accel Platform/All Updates
------------------------------------------------------------------------------------
FAQID:477