Re: [appengine-java] Re: UrlFecth: random java.io.IOException: Could not fetch URL: http://...myurl...

2011-02-03 Thread Fabrizio Accatino
Didier, thank you for your feedback but I think the error is not related with maximum size. Infact the content is not big and I don't get a ResponseTooLargeExpetion. http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/urlfetch/ResponseTooLargeException.html Fabrizio

[appengine-java] Re: UrlFecth: random java.io.IOException: Could not fetch URL: http://...myurl...

2011-02-02 Thread Didier Durand
Hi, 1 possibility that I see: you fetch a page with a variable length (i.e dynamically generated over time: RSS stream, twitter feed, etc...) and sometimes the length is over the URL fetch service limit - exception See text at end of