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
  • 3403 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

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

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.

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

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

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

Level 6
October 16, 2015

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

Sham_HC
Level 10
October 16, 2015

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

smacdonald2008
Level 10
October 16, 2015

Does this URL bring up Package Manager:

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

Gokul2011Author
Level 6
October 16, 2015

CQ 5.5

CRX 2.3.32

Gokul2011Author
Level 6
October 16, 2015

Hi Sham,

All the settings in CRXDE is fine as you suggested.