Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

Request to http://localhost:4502/crx/packmgr/service.jsp failed, response=Moved Permanently

Avatar

Level 3

When i tried to build maven project in eclipse , i am getting "Request to http://localhost:4502/crx/packmgr/service.jsp failed, response=Moved Permanently" error. Please help.

3 Replies

Avatar

Administrator

Please have a look at these posts:-

Link:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

Link:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

//Add <useProxy>false</useProxy>, useProxy element and set to falsem it should work.

~kautuk



Kautuk Sahni

Avatar

Level 2

Thanks, it worked perfectly.

Avatar

Level 1

Add <useProxy>false</useProxy> in pom.xml for content-package-maven-plugin. Worked for me also. :)