hello there,

i have the following problem the application runs perfectly on
localhost, but i have successfully update it and try accessing it i
receive this useless error log:

Error: Server Error
The server encountered an error and could not complete your request.

If the problem persists, please report your problem and mention this
error message and the query that caused it.

i didnt found any answer yet even though i've searched through the
issues and other group postings.

my app.yaml looks like this:

application: portalsmartmetering
version: 1
runtime: python
api_version: 1

handlers:
- url: /static
  static_dir: static
- url: /.*
  script: index.py

my directory structure includes
a static directory for css, javascript
and other application directories like template, gdata and
gchartwrapper

portalsmartmetering.appspot.com

any solution?

thanks a lot
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to