Riju Mahna
Riju Mahna

Reputation: 6926

Unable to upload package in AEM 6.2 - package file parameter missing

Everytime I upload a package on my QA server via Package Manager, it keeps loading it for a long time and then throws an error saying "package file parameter missing"

The error logs show absolutely no activity regarding the package.

This happens for both code packages (/apps/...) and content packages (/content/...)

Upvotes: 0

Views: 1854

Answers (1)

Imran Saeed
Imran Saeed

Reputation: 3444

Make sure your server has a tmp (linux) or temp (windows) folder accessible to the AEM process with full permission. This error occurs when the aem process cannot find the temp folder which it uses to temporarily store packages when they are being uploaded.

Upvotes: 1

Related Questions