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

smacdonald2008
Level 10
October 16, 2015

What version of CQ are you using? 

Sham_HC
Sham_HCAccepted solution
Level 10
October 16, 2015

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/
Gokul2011Author
Level 6
October 16, 2015

Hi Sham,

All the settings in CRXDE is fine as you suggested.

Gokul2011Author
Level 6
October 16, 2015

CQ 5.5

CRX 2.3.32

smacdonald2008
Level 10
October 16, 2015

Does this URL bring up Package Manager:

http://localhost:4502/crx/packmgr/index.jsp

Sham_HC
Level 10
October 16, 2015

Might be browser cache. Clear the cache Or use private window of firefox & verify.

Level 6
October 16, 2015

Have you removed the index.html from the list of things to try when looking at a /-ending url?

Gokul2011Author
Level 6
October 16, 2015

Yes when manually trying the URL it is working fine..

Gokul2011Author
Level 6
October 16, 2015

Hi Ove,

Can you please explain it clearly . Where to remove index.html from home URL? 

Gokul2011Author
Level 6
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