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

AEM6.2 with SP1 Package not installing

Avatar

Level 6

Hi All,

I am using AEM 6.2 with SP1, using below profile to build and deploy project in 6.2

mvn clean install -P autoInstallPackage

Throwing below error

Request failed: org.apache.jackrabbit.vault.packaging.PackageException: java.lang.IllegalStateException: folder handler did not accept

CQ is running properly, when i am running mvn clean install that time all bundles and packages build successfully.

Whil installing the packages manually getting below error

Error: java.lang.IllegalStateException: folder handler did not accept /apps/testproject/components/content/general/rich-text/authoring/clientlibs/richtext/js/richtext.js

Please help me on this.I am using maven version 3.3.1, java version 1.8.0_121
Thanks,
Pradeep
1 Accepted Solution

Avatar

Correct answer by
Level 2

Hi Pradeep,

Please refer release notes of AEM 6.2 SP1 at [0]. Note that you require Hotfix 12785 version 7.0​ for AEM SP1 to install.

Installing Hotfix 12785 will result in high CPU utilization, Adobe recommends restarting the instance to free up system resources before installing AEM 6.2 SP1. Do not restart the AEM instance immediately after the dialog prompts you to restart it after the hotfix is installed. Wait untill the error.log to stabilize and the following entry to appear in the file, which confirm a successful installation:

*INFO* [OsgiInstallerImpl] org.apache.sling.audit.osgi.installer Uninstalled bundle updater.cq-6.2.0-hotfix-12785 from resource TaskResource(url=jcrinstall:/libs/system/cq-6.2.0-hotfix-12785-7.0/install/1/updater.cq-6.2.0-hotfix-12785-1.0.0.jar, entity=bundle:updater.cq-6.2.0-hotfix-12785, state=UNINSTALL, attributes=[Bundle-SymbolicName=updater.cq-6.2.0-hotfix-12785, Bundle-Version=1.0, org.apache.sling.installer.api.tasks.ResourceTransformer])

Thanks

Karan

[0]: 6.2 Service Pack 1 Release Notes

View solution in original post

1 Reply

Avatar

Correct answer by
Level 2

Hi Pradeep,

Please refer release notes of AEM 6.2 SP1 at [0]. Note that you require Hotfix 12785 version 7.0​ for AEM SP1 to install.

Installing Hotfix 12785 will result in high CPU utilization, Adobe recommends restarting the instance to free up system resources before installing AEM 6.2 SP1. Do not restart the AEM instance immediately after the dialog prompts you to restart it after the hotfix is installed. Wait untill the error.log to stabilize and the following entry to appear in the file, which confirm a successful installation:

*INFO* [OsgiInstallerImpl] org.apache.sling.audit.osgi.installer Uninstalled bundle updater.cq-6.2.0-hotfix-12785 from resource TaskResource(url=jcrinstall:/libs/system/cq-6.2.0-hotfix-12785-7.0/install/1/updater.cq-6.2.0-hotfix-12785-1.0.0.jar, entity=bundle:updater.cq-6.2.0-hotfix-12785, state=UNINSTALL, attributes=[Bundle-SymbolicName=updater.cq-6.2.0-hotfix-12785, Bundle-Version=1.0, org.apache.sling.installer.api.tasks.ResourceTransformer])

Thanks

Karan

[0]: 6.2 Service Pack 1 Release Notes