Legacy Knowledge Base
Published Jul. 2, 2025

Remote Staging Issues with Large Amounts of Data

Written By

Nimród Papp

How To articles are not official guidelines or officially supporteddocumentation. They are community-contributed content and may not alwaysreflect the latest updates to Liferay DXP. We welcome your feedback toimprove How to articles!

While we make every effort to ensure this Knowledge Base is accurate, itmay not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with anyfeedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack"publication program, made available for informational purposes. Articlesin this program were published without a requirement for independentediting or verification and are provided "as is" withoutguarantee.

Before using any information from this article, independently verify itssuitability for your situation and project.

This article describes known issues that have been encountered when publishing large files using Remote Staging.

Resolution

Affected Products

Liferay Portal 6.2 EE SP5-SP10

Known Issue: Invalid checksum for LAR file error

When the Staging server transfers the LAR file in smaller chunks to the Live environment, the assemble order is not guaranteed there, and this will cause errors in the Staging process: LPS-47637


Affected Products

Liferay Portal 6.2 EE SP5, SP6

Steps to Reproduce

  1. Enable Remote Staging on a test Site.
  2. Upload lots of files with the Documents and Media portlet (approximately 800 megabytes of documents are enough).
  3. Publish the whole Site to the Live environment.

Result

The process fails with the following error message: The publication process did not start due to validation errors. Invalid checksum for LAR file

Solution

The process will mark the "chunks" when splitting the LAR so it can be assembled in the correct order. This issue has been fixed and is already available on the Portal Downloads page (also in Liferay Portal 6.2 EE SP7 and above).


Known Issue: Cannot publish to remote site if LAR is over 2.15 GB

When the Staging process encounters a file that is bigger than 2.15 GB, it will break the file into chunks to make the transfer work as expected. However, the position value isn't being updated correctly during the process, which creates a corrupted zip file (see LPS-52303 for more information)

Affected Products

Liferay Portal 6.2 EE SP7, SP8, SP9, SP10

Steps to Reproduce

  1. Enable Remote Staging on a test Site
  2. Upload more than 2.15 GB of data to the Documents and Media portlet (this can be done with a lot of smaller files, or just a few big ones)
  3. Publish the whole Site to the Live environment.

Result

The process fails with the following error message: The publication process did not start due to validation errors. Please specify a LAR file to import.

Solution

The solution which updates the position value correctly only exists on the master branch currently. While a fix pack is not available, please submit a Help Center Ticket and ask for a temporary hotfix that contains the fix for LPS-52303.

Did this article resolve your issue ?

Legacy Knowledge Base