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

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

Mark Solution

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

해결됨

AEM upgrade from 6.4 version to 6.5 version

Avatar

Level 1

Hi All,

 

I have recently upgraded my AEM 6.4 to 6.5 using in-place method. I also did not received any error while installation. However, i am not able to login into package manager, crxde and even explorer. Please let me know how to resolve this issue.

 

Thanks,

Anshul 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

Hi @Anshul_Lokras,

“The login and logout buttons have been removed on purpose from CRXDE for security reasons (internal ID: GRANITE-27790). Back ported to AEM 6.5.5.0 as part NPR-33521.” This is to reduce attack surface, CRX DE Lite should only be accessible to logged-in user.

 

Workarounds:

https://<IP>:<PORT>/libs/granite/core/content/login.html
login and then navigate to /crx/de

 

https://<IP>:<PORT>/libs/granite/core/content/login.html?resource=crx/de

 

For Publisher

https://<IP>:<PORT>/crx/packmgr/index.jsp

login, then navigate to /crx/de

 

 

Thanks!!

원본 게시물의 솔루션 보기

3 답변 개

Avatar

Community Advisor

Avatar

정확한 답변 작성자:
Employee

Hi @Anshul_Lokras,

“The login and logout buttons have been removed on purpose from CRXDE for security reasons (internal ID: GRANITE-27790). Back ported to AEM 6.5.5.0 as part NPR-33521.” This is to reduce attack surface, CRX DE Lite should only be accessible to logged-in user.

 

Workarounds:

https://<IP>:<PORT>/libs/granite/core/content/login.html
login and then navigate to /crx/de

 

https://<IP>:<PORT>/libs/granite/core/content/login.html?resource=crx/de

 

For Publisher

https://<IP>:<PORT>/crx/packmgr/index.jsp

login, then navigate to /crx/de

 

 

Thanks!!

Avatar

Level 1

@Anshul_Lokras 

 

Could you please give me the steps for in place upgrade from 6.4 to 6.5.  Thanks.