AEM upgrade from 6.4 version to 6.5 version | Community
Skip to main content
November 18, 2020
Solved

AEM upgrade from 6.4 version to 6.5 version

  • November 18, 2020
  • 3 replies
  • 2061 views

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 

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 vanegi

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 replies

vanegi
Adobe Employee
vanegiAdobe EmployeeAccepted solution
Adobe Employee
November 18, 2020

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!!

April 26, 2021

@anshul_lokras 

 

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