Apache felix console not loading | Community
Skip to main content
Level 2
January 22, 2020
Solved

Apache felix console not loading

  • January 22, 2020
  • 2 replies
  • 2175 views

Apache felix console not loading when typed http://localhost:4502/system/console/bundles... getting error. Tried restarting multiple time also checked Open bundle.state file and change state is already "active". Application is running as expected.

AEM Version 6.2:

Error:

22.01.2020 16:59:18.243 *INFO* [10.242.13.229 [1579730358239] GET /system/console/bundles/.json HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Resource /system/console/bundles/.json not found
22.01.2020 16:59:25.610 *INFO* [172.30.229.149 [1579730365606] GET /system/console HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Resource /system/console not found

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 aemmarc2

1) AEM 6.2 is end of life -- you really should be migrating off this version as it's no longer in support.

 

2) Only the Admin user (or users who were explicitly whitelisted by Admin in the Apache Sling Web Console Security Provider) can access the OSGI Console

  • org.apache.sling.extensions.webconsolesecurityprovider.internal.SlingWebConsoleSecurityProvider.config

It's a common misconception that if a user is an Administrator they can do all the things Admin can use -- this is false. 

2 replies

Adobe Employee
January 23, 2020

You may need to increase the logging level for the logger "org.apache.sling.engine.impl.SlingRequestProcessorImpl" to DEBUG to see what is happening. That is, if you are able to. 

There may be errors in the log file prior to this that may provide clues to the failure.

If you are stuck, then file a ticket with Customer Care at Daycare.

aemmarc2Adobe EmployeeAccepted solution
Adobe Employee
January 23, 2020

1) AEM 6.2 is end of life -- you really should be migrating off this version as it's no longer in support.

 

2) Only the Admin user (or users who were explicitly whitelisted by Admin in the Apache Sling Web Console Security Provider) can access the OSGI Console

  • org.apache.sling.extensions.webconsolesecurityprovider.internal.SlingWebConsoleSecurityProvider.config

It's a common misconception that if a user is an Administrator they can do all the things Admin can use -- this is false.