Expand my Community achievements bar.

SOLVED

Configuration Menu is disabled at my AEM OSGi Console

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

View solution in original post

2 Replies

Avatar

Level 10

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!

Avatar

Correct answer by
Level 10

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