On Mon, Mar 10, 2014 at 1:53 PM, Sharon Schwartz <schwartz7...@gmail.com>
 wrote:

>
> When I try to execute my app I get the Server error to try again in 30
> minutes.  30 minutes doesn't help, 1, 2, or however many days doesn't help.
>  Can someone tell me what I am doing wrong?
>
> This is the log contents:
>
> INFO     2014-03-10 13:37:32,628 module.py:612] default: "GET / HTTP/1.1"
> 404 -
>


The log contents are claiming that there's nothing to serve (note the 404
error at the end of the line). You may have a misconfiguration in your
module, or routing your handlers incorrectly.

Can you post the contents of your app.yaml file? Also - to confirm that
you're invoking the dev server correctly - can you try launching the modules
example 
application<https://github.com/GoogleCloudPlatform/appengine-modules-helloworld-python>
and
check if it runs properly for you?



-----------------
-Vinny P
Technology & Media Advisor
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to