Error in deployment for environment test - Call timed out

Not applicable

I am trying to get my first api proxy running by following this doc - http://apigee.com/docs/api-services/tutorials/add-...

I am pretty sure I have followed the steps properly, but I get this error when deploy to prod or test environment.

Error in deployment for environment test.

The revision is deployed, but traffic cannot flow. Received an unknown event with description SYNC Application /organizations/veeseekay/apiproxies/weather/revisions/1/; and Call timed out

When I try hitting the url, i get a different error

http://veeseekay-test.apigee.net/v1/weather

{"fault":{"faultstring":"Internal server error Received unknown request for Organization:veeseekay;Environment:test;APIProxy:weather;Revision:1","detail":{"errorcode":"messaging.adaptors.http.ServerError"}}}

Can someone pls help me resolve this.

0 5 332
5 REPLIES 5

Not applicable

It seems to be working fine. I don't see this error anymore with this link:

http://veeseekay-test.apigee.net/v1/weather/forecastrss?w=2502265

@Viswanath CK ,

Welcome to Apigee Community 🙂 Seems like it's a temporary issue with deployments due to free orgs & congestion. As per @Diego Zuluaga seems like issue is resolved. Keep us posted if you have any queries

Not applicable

@Shawn Taylor , Welcome to Apigee Community

We regret inconvenience, Can you try to save as a new revision & redeploy to test environment. Please let us know if it works.

adas
New Member

@Shawn Taylor Please undeploy the current proxy and redeploy it. It should work:

Since your proxy was partially deployed, you might have to do a forced undeploy. Here's the api for it:

curl -v https://api.enterprise.apigee.com/v1/o/{org}/apis/{api}/revisions/{rev}/deployments?action=undeploy&... -H "Authorization: xxxxxx"