Expand my Community achievements bar.

SOLVED

\/crx/packmgr/update.jsp not found

Avatar

Level 1

Hello everyone,

I'm using AEM 6.4 and want to update a package I created (add some filters to the package) with a curl command.

unfortunately, when I try to send a request to http://localhost:4502/crx/packmgr/update.jsp , I get a 404 Response.

404update.png

"/crx/packmgr/service.jsp" and "/crx/packmgr/list.jsp" both are working fine. It's just the update.jsp that is missing.

On the production server, the update.jsp file is available.

Where can I find the update.jsp file to transfer it from the production server to my local instance?

Thanks a lot

1 Accepted Solution

Avatar

Correct answer by
Level 3

Hi,

/crx/packmgr/update.jsp only works with POST, thats why it shows 404 in browser.

View solution in original post

4 Replies

Avatar

Correct answer by
Level 3

Hi,

/crx/packmgr/update.jsp only works with POST, thats why it shows 404 in browser.

Avatar

Level 1

A GET Request to update.jsp on the production server Responses with a HTTP 200 code. Here is the output:

GETRESPONSE.png

But on my local machine it Responses a 404.

Avatar

Level 10

Can you try the same CURL request on a fresh DEV instance - i am wondering if issue is with the instance.

Avatar

Level 10

Did you try a CURL Request on a fresh instance?