We are getting timeout and also io exceptions when trying to urlfetch
from a particular server.

Here's an example url: http://gluepal.com/?q=rss.xml
We always get the following exception

<method>convertApplicationException</method>
<class>com.google.appengine.api.urlfetch.URLFetchServiceImpl</class>
<line>115</line>
<file>URLFetchServiceImpl.java</file>
<message>Could not fetch URL: http://gluepal.com/?q=rss.xml</message>
</error>

It works fine on the development server. The request only takes 500ms.
We've tried other urls on other servers and they all behave as
expected.
Its just this server. Other URLS on this server can return timeout
errors or io errors even though the request is returning in less than
500ms when we test locally.

FYI. gluepal.com is relativley new domain which we are hosting on
siteground.
Perhaps google dns isn't liking it - or its on some black list?

regards

Tom



-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to