Hi,
  I have a situation where a URLFetch request works locally but fails
every time when deployed on GAE.

I'm trying to figure out an effective way of debugging it but best I
can do so far is catch and log the exception. The FetchResponse comes
back null and I get an IOException:

java.io.IOException: Could not fetch URL

I noticed that there is a method call convertApplicationException and
I saw some posts about ApplicationExceptions so I was wondering of
there was a way to get more information about the underlying
application exception to help in the debugging.

Debugging locally is obviously pretty easy but if anyone has advice /
tips for best debugging remotely please let me know.

Thanks,

cowper

-- 
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-j...@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