getting page not available

Not applicable

Team,

I am new bee to apigee, trying out the first API proxy example in my "sandbox" organization, "dev" environment..

http://docs.apigee.com/api-services/tutorials/add-and-configure-your-first-api

Getting the below error ..

Error Sending Request

Could not connect to http://sandbox-dev.apigee.net/v1/helloworld/forecastrss?w=12797282. Make sure the URL is correct.

in Agigee COnsole this is the request & response

Request:

GET /v1/helloworld/forecastrss HTTP/1.1

w:
12797282
Host:
sandbox-dev.apigee.net
X-Target-URI:
http://sandbox-dev.apigee.net
Connection:
Keep-Alive

Response:

HTTP/1.1 503 Service Unavailable

Date:
Wed, 27 Jan 2016 18:03:59 GMT
Content-Length:
107
Connection:
keep-alive
Content-Type:
text/html
Server:
Apigee Router
Cache-Control:
no-cache
<code><html><body><h1>503 Service Unavailable</h1>
No server is available to handle this request.
</body></html>
0 2 343
2 REPLIES 2

Hi @Murali the basepath of the API call might be wrong. The basePath will be like https://{Org-name}-{env-name}.apigee.net/{basePath}.

Eg. An actual basePath is: https://pixvy-test.apigee.net/sandbox ...

So is your org name really sandbox? I would assume that is not right. Even if you have an org with name can you try to change that? Create a new org? Sandbox might be a reserved keyword.

Are you using Apigee on-prem? Or in cloud? If in cloud are you using a trial account or an enterprise account?

adas
New Member

@Murali I do not see an org called "sandbox" so please specify the correct orgid name and I can take a look at your issue. You can use the "trace" facility in the management UI, to debug and see where the 503 error comes from. To find out more about the trace tool, you can visit the following docs page: http://docs.apigee.com/api-services/content/using-trace-tool-0