On Fri, Mar 13, 2015 at 6:48 AM, Gildas Moukouyou-Kouaka <[email protected] > wrote: > > I am a beginner with ODK technology. > > I have just create my application on AppEngine after that I have setup > successfully the ODK aggregate on the Cloud. But, I am not able to access > my application identifier url. When I tried to access my url I have the > below error message: > Error: Not FoundThe requested URL / was not found on this server. > Some one can advice please? >
Most of the time, that error is because there's no application installed on the app ID, or there's no root handler. For the first issue, go to appspot.com, click on your application ID, then click on the Admin Logs link on the left side of the page: http://imgur.com/a/UtX1M . On the resulting page, do you see any log lines that include the words "deploy" or "release"? For the second issue, go to your application logs. Do you see any requests erroring out? If so, can you describe what those requests are and the error message included in the log? ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CALSvALBjs6ad-sLsjq8Ub2vhqawOqpJWhrXOWKLso2nfwCYiEA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
