I have now gotten the app deployed on my own domain via a CNAME entry,
but it still gives the same USER_NOT_HOSTED error code. At least I
have ruled out own-domain vs appspot hosting as the cause....

Anyone have an idea of what is causing this error?

- Thorsten

On May 25, 2:24 pm, Thor <[email protected]> wrote:
> Thanks Jeff,
>
> I had completely overlooked the debug query possibility. When I use
> this, I get the following in the response:
>   sdc_routing : Internet
>   sdc_internet_routing : USER_NOT_HOSTED
>   response_sdc_status : Error in fetching this resource from the
> Internet.
>
> Additionally, the request_user, request_url, request_service and
> request_appId all match my configuration.
>
> So the question is, what does "USER_NOT_HOSTED" mean? Is this because
> the app is accessed athttp://....appspot.comand not on my own domain
> via a CNAME entry?
>
> Btw, the Health Check Gadget is connecting fine (hosted on a Google
> Site I created for just that purpose):
>   sdc_routing :SDC
>   sdc_internet_routing : TO_WOODSTOCK
>   response_sdc_status : ok
>   response_latency : 1206
>   response_content_size : 2
>
> Regards,
> Thorsten
>
> On May 22, 2:16 am, "Jeff S (Google)" <[email protected]> wrote:
>
> > Hi Thorsten,
>
> > From theSDCtutorial, it looks like there are some debug settings
> > which you can enable which might help track down the issue. It sounds
> > like you might also want to try the health check gadget since it
> > sounds like requests are not making it through:
>
> >http://code.google.com/securedataconnector/docs/tutorials/appengine.h......
>
> > Please let me know how it goes, the secure data connector is pretty
> > new to me as well.
>
> > Cheers,
>
> > Jeff
>
> > On May 20, 3:39 am, Thor <[email protected]> wrote:
>
> > > Hi,
>
> > > I am trying to set up a proof-of-concept on using the Secure Data
> > > Connector to fetch data from behind a firewall. I have theSDCitself
> > > installed and configured correctly and it successfully connects to the
> > > Google App Engine.
>
> > > However, when I try to fetch a URL from my application using the
> > > following code snippet, it always throws an IOException with just the
> > > message "Unknown" - not very helpful :(
>
> > > -------------
> > > URLFetchService fetcher = URLFetchServiceFactory.getURLFetchService();
>
> > > URL dataURL = new URL("http://a_url_behind.the.firewall/...";);
> > > req.setHeader(new HTTPHeader("use_intranet","yes"));
>
> > > HTTPResponse resp = fetcher.fetch(req);
> > > -------------
>
> > > Judging from theSDClog, the request is not getting through (I assume
> > > the log would show if it did).
>
> > > Has anyone else tried this? Any idea what to look for?
>
> > > Regards,
> > > Thorsten
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to