I have a distributed setup (WSO2 APIM 191) like this:
- 2 servers working with store and pubisher in cluster; (Server A and B);
- 2 servers working with gateway-workers and keymanager in cluster; (Server C and D);
- 1 server working as gateway-manager; (Server E);
- 1 server working with a BAM; (Server F);
- 2 postgres in cluster;
All is configured and works well. But when I registry a API at "A" this API is not shown by the server "C" or "D".
When i call this API by "curl" this is the mistake:
<am:fault xmlns:am="http://wso2.org/apimanager">
<am:code>404</am:code>
<am:type>Status report</am:type>
<am:message>Not Found</am:message>
<am:description>
The requested resource (/test/1/ping) is not available.
</am:description>
When I see carbon at "C" or "D" (Main > Metadata > List > APis) the API is there. I dont know why this mistake.