April 27, 2020
Estimated Post Reading Time ~

java.lang.RuntimeException: ConfigurationManagerImpl disabled

We are receiving the following exception after upgrading Adobe CQ5/Adobe AEM 5.6.1 to Adobe CQ5/Adobe AEM 6.1.

org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught SlingException - java.lang.RuntimeException: ConfigurationManagerImpl disabled

Because of this the components are not able to fetch the configuration details and failed to render.

The root cause of the issue is the ConfigurationManagerImpl OSGI component is not enabled(default it will be disabled for security).

The issue got resolved after enabling the same.

The following steps can be followed to enable ConfigurationManagerImpl.

Login to system console - http://localhost:4502/system/console/components
Search for ConfigurationManagerImpl



Click on configure
Select Enabled and Save the configuration.



By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.