messaging.adaptors.http.flow.NoActiveTargets with TargetServer Configuration

Hello,

We are facing strange issue with TargetServer and all the time we are getting

{"fault":{"faultstring":"The Service is temporarily unavailable","detail":{"errorcode":"messaging.adaptors.http.flow.NoActiveTargets"}}}

We have around 35 services and we are getting this issue only for 2 services from "predev" environment. Interestingly the same proxy revision we have deployed on DEV, QA environment and its working fine.

Predev TargetServer Configuration:

9950-1.png

Proxy Postflow contains:

<HTTPTargetConnection>
        <LoadBalancer>
            <Server name="api-XXX-service"/>
        </LoadBalancer>
        <Path>/shopping</Path>
    </HTTPTargetConnection>

We checked back-end service is up and running fine. Also if we provide hardcoded path then its working fine and getting 200.

 <HTTPTargetConnection>
        <URL>http://predev-XX.XX.com:XX100/shopping</URL>
 </HTTPTargetConnection><br />

Can you please provide your suggestions?

0 2 607
2 REPLIES 2

Not applicable

can you check in the trace what is the curl request going to backend? For confirmation can you add the target server once using the management api call instead of adding through UI. It looks some taget server configuration issue.

I am also facing this same issue, any solution for this please?