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

Author instance package manager not pointing to correct URL

  • October 16, 2015
  • 13 replies
  • 3353 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

Gokul2011Author
New Participant
October 16, 2015

Hi Sham,

Tested in IE in private browsing , once clicked on packages it is pointing to

 

http://localhost:4502/libs/cq/core/content/welcome/features/packages.html    --- 404 error

Sham_HC
New Participant
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.

New Participant
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