Hi, all,

Basically I want to run some data initialisation work with a url 
'/admin/init'

I defined this in my app.yaml

- url: /data/init
  script: mydata.app
  login: required
  secure: always

When I tested this on my local server, it worked as expected: dummy data 
are created and can be displayed using another url

However, after deployment, the url fails to work. This is what i get:

"Not Found The requested URL was not found on the server."

I wonder if anyone can provide any pointer or suggestion. The error message 
is simply too generic, and most answers to error message is not applicable 
to my case.


One thing I'd really want to know: is there anyway I can see the actual 
exception error in some log? The admin console only tells me a url is 
loaded and nothing more.

Cheers, Tony
 


-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to