AEM 6.3.0.2 - Links from /crx/explorer giving page not found errors | Community
Skip to main content
Level 2
September 27, 2017
Solved

AEM 6.3.0.2 - Links from /crx/explorer giving page not found errors

  • September 27, 2017
  • 3 replies
  • 6015 views

I have just installed an instance of AEM 6.3 for evaluation.

From the crx explorer page at http://localhost:4503/crx/explorer/index.jsp,

The links to package manager and crx de appear have an additional "/crx/explorer" inserted into them

the link to package manager is coming up as: http://localhost:4503/crx/explorer/crx/packmgr/index.jsp

and the link to crx de:  http://dc1-dal-appsv04:4503/crx/explorer/crx/de/index.jsp

is this a bug in AEM 6.3?  or can anyone suggest a fix?

Many thanks in advance.

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 smacdonald2008

This is a bug. To gain access to these other locations - such as package manager - . you want to be here:

http://localhost:4502/aem/start.html

You should use this view to gain access to other parts of AEM.

3 replies

smacdonald2008
smacdonald2008Accepted solution
Level 10
September 27, 2017

This is a bug. To gain access to these other locations - such as package manager - . you want to be here:

http://localhost:4502/aem/start.html

You should use this view to gain access to other parts of AEM.

Ratna_Kumar
Level 10
September 27, 2017

Hi,

Yes it is Bug in AEM 6.3.

You can access the package manager or CRXDE Lite as per scott mentioned.

~Ratna.

webbCBSAuthor
Level 2
September 28, 2017

Many thanks for your help.