コミュニティアチーブメントバーを展開する。

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

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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

Avatar

Level 2

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.

1 受け入れられたソリューション

Avatar

正解者
Level 10

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

AAPic.png

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

元の投稿で解決策を見る

3 返信

Avatar

正解者
Level 10

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

AAPic.png

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

Avatar

Level 10

Hi,

Yes it is Bug in AEM 6.3.

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

~Ratna.

Avatar

Level 2

Many thanks for your help.