I am trying to connect a Resource to a target Endpoint in my API Proxy. I have added the target server to Apigee via POST call. I have configured routing rule for this resource to flow through the identified Target Server.
When i try to run the call, I am getting the following error code.
messaging.Runtime.TargetMissing
I can reach the internal service directly. And my Network teams confirmed that a Firewall rule is configured to allow interaction between Apigee and Internal service. Yet. I receive this error all the time.
Could someone help me with this issue. why I am seeing this error and what are my next possible steps to debug the issue ?
I also tried extract a debug log from the call. I found that my routing rule is failing even though the name of Target endpoint is specified properly. Please note the Expression Result and that the variable target.name
has no value.
How is this variable populated and is there any other place I missed in configuration ?
@Zheng Yang - You are correct in your analysis . However, in my case, the problem was that the deployment failed on one of the Message Processor and hence the route rule was failing for all traffic in that node. I am running a private installed version of Apigee and hence could control this aspect. I rolled back, re-deployed and it worked fine.
We are using an old version of Apigee 14.04 and the failure in deployment was not displayed via the UI or the ReST call. Apigee team is helping us resolve the issue currently for ensure these types of issues don’t arise in the future. Will update this thread with solution once we have it in place.
LOL. Yes Dino. We have signed a contract for an upgrade to 16.9 by this quarter. I will then bring back more interesting questions to the community hopefully!