Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Unable to uninstall AEM package

Avatar

Level 3

i've build and install the aem package in aemauthor but in the package manager i'm unable to uninstall the package

the option of "uninstall" is grayed out

Can you seggent any options?

amimissing any changes in pom.xml?

AEM 6.4.5

AEM - Questions

1 Accepted Solution

Avatar

Correct answer by
Level 3

Content structure is not proper

View solution in original post

4 Replies

Avatar

Community Advisor

Hi,

It could be a permission issue. are you using admin credentials?



Arun Patidar

Avatar

Employee Advisor

Immediately prior to installation of your package, a snapshot package(under /etc/packages/<package_group>) is created to contain the content that will be overwritten.

This snapshot will be re-installed if/when you uninstall your package.

You cannot uninstall a package if the ".snapshot" directory is not there.

Screen Shot 2019-11-17 at 12.51.32 PM.png

Avatar

Employee Advisor

As Arun told, mostly is should be because of permission issue. Please try with admin password.

You can use http://localhost:4502/crx/packmgr/list.jsp to get the list of packages in the instances. Check for lastUnpacked property on your package to confirm whether it's installed or not.

Also, if this in on your publisher and the package is replicated from the author, this is an expected behaviour.

Avatar

Correct answer by
Level 3

Content structure is not proper