Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
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.