Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Apache felix console not loading

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Employee

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. 

View solution in original post

2 Replies

Avatar

Employee

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.

Avatar

Correct answer by
Employee

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.