Hi All,
Am trying to implement the Continuous integration from Jenkins and while trying to install the package to the package manger(AEM 6.4) via the below command, we are getting 502 - bad gateway error.
Command:
curl -u ****:**** -F package=@/var/jenkins_home/workspace/package.zip https://www.site.com/crx/packmgr/service/.json/?cmd=upload -F force=true
Response:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>502 Bad Gateway</title>
</head><body>
<h1>Bad Gateway</h1>
<p>The proxy server received an invalid
response from an upstream server.<br />
</p>
</body></html>
Do i need to tweak something in the Dispatcher configuration? Can someone please help me on how to approach this issue?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
If you replace "https://www.site.com" with the actual IP of AEM instance(bypassing dispatcher), does the issues get resolved? If yes, the issue lies with the dispatcher.
Views
Replies
Total Likes
If you replace "https://www.site.com" with the actual IP of AEM instance(bypassing dispatcher), does the issues get resolved? If yes, the issue lies with the dispatcher.
Views
Replies
Total Likes
Why is this marked as solved, if there isn't a single comment or answer....
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies