Details
Description
partymgr fails to upload image
Steps to reproduce issue:
open https://localhost:8443/partymgr/control/viewprofile?partyId=admin
in Party Content panel
select image to upload
select "Logo Image URL"
click ok
console output:
2020-12-25 16:24:06,533 |sse-nio-18443-exec-4 |UtilHttp |E| File upload errororg.apache.commons.fileupload.FileUploadBase$IOFileUploadException: Processing of multipart/form-data request failed. java.io.EOFException
2020-12-25 16:24:06,573 |sse-nio-18443-exec-4 |ModelService |I| Set default value [DOCUMENT] for parameter [contentTypeId]
2020-12-25 16:24:06,661 |sse-nio-18443-exec-4 |UtilProperties |I| ResourceBundle ServiceErrorUiLabels (en) created in 0.087s with 40 properties
2020-12-25 16:24:06,662 |sse-nio-18443-exec-4 |ModelService |E| [ModelService.validate] : {uploadPartyContentFile} : (IN) Required test error: org.apache.ofbiz.service.ServiceValidationException: The following required parameter is missing: [IN] [uploadPartyContentFile.partyContentTypeId]
2020-12-25 16:24:06,662 |sse-nio-18443-exec-4 |ServiceDispatcher |E| Incoming context (in runSync : uploadPartyContentFile) does not match expected requirements
org.apache.ofbiz.service.ServiceValidationException: The following required parameter is missing: [IN] [uploadPartyContentFile.partyContentTypeId]
at org.apache.ofbiz.service.ModelService.validate(ModelService.java:1305) ~[main/:?]