Shaheena Sk
Shaheena Sk

Reputation: 79

error message "zip file not a content folder, missing jcr_root"

Getting the error message

"zip file not a content folder, missing jcr_root"

while i am trying to upload a package in package manager console of AEM, though the package has jcr_root sub folder.

Upvotes: 1

Views: 4345

Answers (1)

Shawn
Shawn

Reputation: 9442

When you open the .zip, you should see these folders at the very top:

jcr_root
META-INF

If they are missing or nested inside some other folder then the package structure won't be valid. These will contain other files and folders. I recommend you download an existing content package, unzip it, then do the same for your and compare the structure and the files to see what may be different/missing. An example of the contents is found here: https://helpx.adobe.com/experience-manager/6-3/sites/administering/using/package-manager.html enter image description here

Upvotes: 4

Related Questions