'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
.
Solution 1:[1]
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
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Shawn |