503 Service Unavailable for alternate API calls - Private APIGEE

In Private APIGEE, created one proxy using Proxy Chaining at the Target end Point to call another proxy deployed in same environment.

Able to get alternate successful response from the target.

Attaching the APIGEE trace for details.

Please help to resolve the issue.

successcall-apigee.pngserviceunavailable-apigee.png

Solved Solved
0 2 221
1 ACCEPTED SOLUTION

Not applicable

This looks like there is a connection issue from one of the message processor to backend.

I guess you have two message processors for the particular organization. one of which is not able to connect to the backend of the proxy.

do a curl request to the backend from both the message processors and one will not connect. Once that is fixed it will work.

View solution in original post

2 REPLIES 2

Not applicable

This looks like there is a connection issue from one of the message processor to backend.

I guess you have two message processors for the particular organization. one of which is not able to connect to the backend of the proxy.

do a curl request to the backend from both the message processors and one will not connect. Once that is fixed it will work.

Thanks for the response. One of the message processors was not able to connect the proxy.

Rectified that. Now its working fine.