Wai created OFBIZ-12101:
---------------------------
Summary: partymgr fails to upload image
Key: OFBIZ-12101
URL:
https://issues.apache.org/jira/browse/OFBIZ-12101 Project: OFBiz
Issue Type: Bug
Components: party
Affects Versions: Trunk
Environment: OS: Ubuntu 20.04
$ java -version
java version "1.8.0_271"
Java(TM) SE Runtime Environment (build 1.8.0_271-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.271-b09, mixed mode)
Reporter: Wai
partymgr fails to upload image
Steps to reproduce issue:
open
https://localhost:8443/partymgr/control/viewprofile?partyId=adminin 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/:?]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)