Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Getting 502 Bad Gateway error while trying to upload packes via curl from Jenkins

Avatar

Level 3

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?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

6.4
1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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.

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

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.

Avatar

Level 1

Why is this marked as solved, if there isn't a single comment or answer....