Stop AEM.
Последнее обновление
21 мая 2021 г.
This article discusses how to fix OSGi installer configurations that are in corrupt state in AEM?
Issue
Configuration changes made under crx-quickstart/install are not applied. If you view the page [1], you notice that duplicate configurations applied for the same service PIDs.
Environment
AEM 6.x
Cause
The RegisteredResourceList.ser file is in corrupt state.
Resolution
-
-
Download com.adobe.granite.tools.fileinstallertool-1.0.2.jar to the same folder as the AEM jar file.
-
To clear all the duplicate entries and fix any issues, run the following command.
java -jar com.adobe.granite.tools.fileinstallertool-1.0.2.jar
-
Start AEM.
Загрузить