내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

HTTP ERROR 403 - Problem accessing /system/console/

Avatar

Level 3

Hi,

 

I am using AEM 6.5 and i have changed my admin user password. After changing the admin password, i am able to access all consoles except " /system/console/". It shows error message as below.

HTTP ERROR 403

Problem accessing /system/console/productinfo. Reason:

    Forbidden

 

Tried restarting author but still same issue. Error message from error.log

 
14.04.2020 05:36:29.201 *INFO* [qtp1712131775-68925] org.apache.sling.extensions.webconsolesecurityprovider.internal.SlingWebConsoleSecurityProvider2 authenticate: User admin is denied Web Console access
 
Can someone please assist?
1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 2


The Apache Sling Web Console Security Provider OSGI component takes care of authenticating Web Console users against the JCR repository.
Its exposed configuration allows to enter AEM users and/or groups who will be allowed to access the Felix Console.

Now in case you are not able to login to system/console/configMgr, you can check via filesystem \crx-quickstart\launchpad\config\org\apache\sling\extensions\webconsolesecurityprovider\internal. Please validate this configuration.

 

원본 게시물의 솔루션 보기

2 답변 개

Avatar

Community Advisor and Adobe Champion

Typically accessing /system/console directly without authentication, you will expect a 403 error. Before visiting /system/console, try to login as admin in localhost:4503/crx/de. Once authenticated, then visit /system/console.

Avatar

정확한 답변 작성자:
Level 2


The Apache Sling Web Console Security Provider OSGI component takes care of authenticating Web Console users against the JCR repository.
Its exposed configuration allows to enter AEM users and/or groups who will be allowed to access the Felix Console.

Now in case you are not able to login to system/console/configMgr, you can check via filesystem \crx-quickstart\launchpad\config\org\apache\sling\extensions\webconsolesecurityprovider\internal. Please validate this configuration.