Author instance package manager not pointing to correct URL | Community
Skip to main content
Level 6
October 16, 2015
Solved

Author instance package manager not pointing to correct URL

  • October 16, 2015
  • 13 replies
  • 3357 views

Hi All,

Please guide on this issue 

Once login to Author instance welcome.html and tried to click Packages link on left side of welcome screen.

After clicking , the URL points to http://localhost:4502/crx/packmgr.html: 404 Not found

Actually it needs to point to http://localhost:4502/crx/packmgr/index.jsp

In log files we are getting same and throwing 404 error.

In /etc/map/http we are not able to see any folders for configuration.

Where to map the URL for Package manager in login page? 

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 Sham_HC

Log to CRXDE Lite 

  • browse to /libs/cq/core/content/welcome/features/packages and Make sure that
    • sling:resourceType is set to sling:redirect
    • and sling:target is /crx/packmgr/
  • Similarly Browse to /libs/crx/core/content/welcome/core/crx/features/packages Make sure that
    • sling:resourceType is set to crx/core/components/welcome/feature
    • sling:target is /crx/packmgr/

13 replies

Sham_HC
Level 10
October 16, 2015

Seems like you have /crx node under the repository root folder directly. If yes, try moving it to temp folder and check the link.

Level 3
October 16, 2015

Hi Gokul,

Have you checked the bundle which is related to CRX Package manager?

If not check that bundle, try to reload the bundle

(Might be that bundle is giving problem)

Thanks,

Mahesh

Adobeaspirant
Level 3
October 13, 2017

Same issue in AEM6.3