Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

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 Accepted Solution

Avatar

Correct answer by
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!!

View solution in original post

3 Replies

Avatar

Correct answer by
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.