Configuration Menu is disabled at my AEM OSGi Console | Community
Skip to main content
maximilian_queh
Level 2
October 16, 2015
Solved

Configuration Menu is disabled at my AEM OSGi Console

  • October 16, 2015
  • 2 replies
  • 1233 views

Hello,

 

I would have a question concerning AEM OSGi Console. In the AEM OSGi Console there is a Menu Item "OSGi" and if this menu Item is clicked a slide down menu appears with "Bundles, Configuration, Log Services and Services".
My Problem now is that the "Configuration" Menu item is disabled at my AEM instance.

My question now would be how to enable this menu item?

Thanks a lot,

Max

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sham_HC

Seems like someone removed active plugins of configMgr from [1].  To enable steps are below assuming you have not done any other configuration changes at framework level.

  1. In crxde light open the config file starting with "org.apache.felix.webconsole.internal.servlet.OsgiManager" at /apps/syste/config/
  2. For plugins multified sting array value add "Configuration"
  3. Save the changes and verify.

Alternatively If it is local environment shortcut would be stop the instance , rename <cq_home>/crx-quickstart/launchpad and start the instance.  Please do not try this on production before consulting from official support team.

If above does not solve there are other possibilities & request to file a support request.

 

[1]  http://Host:Port/system/console/configMgr/org.apache.felix.webconsole.internal.servlet.OsgiManager

2 replies

WhoaShekhar
Level 10
October 16, 2015

Hi There,

Thanks for reaching out to Adobe Community. The configuration manager can be accessed via the following method: 

For more see: http://docs.adobe.com/docs/en/aem/6-0/deploy/configuring/configuring-osgi.html#OSGi Configuration with the Web Console

 

Thanks!

Sham_HC
Sham_HCAccepted solution
Level 10
October 16, 2015

Seems like someone removed active plugins of configMgr from [1].  To enable steps are below assuming you have not done any other configuration changes at framework level.

  1. In crxde light open the config file starting with "org.apache.felix.webconsole.internal.servlet.OsgiManager" at /apps/syste/config/
  2. For plugins multified sting array value add "Configuration"
  3. Save the changes and verify.

Alternatively If it is local environment shortcut would be stop the instance , rename <cq_home>/crx-quickstart/launchpad and start the instance.  Please do not try this on production before consulting from official support team.

If above does not solve there are other possibilities & request to file a support request.

 

[1]  http://Host:Port/system/console/configMgr/org.apache.felix.webconsole.internal.servlet.OsgiManager