Information about products not created by Liferay is provided for informational purposes only and does not constitute Liferay Support recommendation nor endorsement. Liferay also does not assume any responsibility for any instructions herein or referenced regarding these products.
When uploading documents larger than 3MB via web call, an error is thrown:
java.rmi.RemoteException: Akira_Functional_Requirements_v_1_6.1.docx.null
at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)
at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)
at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
Resolution
Make sure to use the correct Liferay version dependencies and that your document upload limit is set higher than the documents you are trying to upload in your portal-ext.properties.
dl.file.max.size=3072000
com.liferay.portal.upload.UploadServletRequestImpl.max.size=104857600