soshel / app-engine-site-creator

Automatically exported from code.google.com/p/app-engine-site-creator
0 stars 0 forks source link

Server Error #35

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Downloaded the Site Creator code using SVN;
2. Configured the "SYSTEM_TITLE" in configure.py and "application" in app.yaml;
3. Uploaded the code to my site;
4. Go to the site in Firefox.

What is the expected output? What do you see instead?

I followed the Deployment Instructions on the Wiki and deployed the Site
Creator on my site at c9rapps.appspot.com and I get this error message at
the /admin/ URL:

--------------------------------------------------------------------------
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.
--------------------------------------------------------------------------

At the root URL, I get a "Server Error" in the content pane as well.

What version of the product are you using? On what operating system?

Version: SVN trunk. OS: Google App Engine

Please provide any additional information below.

Original issue reported on code.google.com by ww9rivers@gmail.com on 25 Apr 2009 at 11:50

GoogleCodeExporter commented 8 years ago
i've been seeing server errors randomly over the past few days...i'm wondering 
if its
not something up with AppEngine servers...random things like going into edit 
mode,
refreshing page, etc have been throwing these, but when i tried again it would
usually work.

Original comment by realgt on 25 Apr 2009 at 11:53

GoogleCodeExporter commented 8 years ago
Not in my case, though. The error is persistent.

Sorry I forgot to include the site URL: http://c9rapps.appspot.com/

Thanks for any help or pointers to what I can do to debug this.

Original comment by ww9rivers@gmail.com on 27 Apr 2009 at 4:06

GoogleCodeExporter commented 8 years ago
I just had this issue because of a non-ASCII character in my HTML footer. The
character was a copyright symbol; I replaced it with the code ©

That fixed one problem, but now I still get a server error page trying to 
access the
admin area (just a themed error message instead of the plain one).

Original comment by markd...@gmail.com on 16 Sep 2009 at 2:36

GoogleCodeExporter commented 8 years ago
The solution to server error due to non-ASCII characters in the SYSTEM_TITLE or 
HTML 
footer could be to specify coding using a magic comment.
Try to put something like this in the 2nd line of configure.py:
# -*- coding: utf-8 -*-

Original comment by marek.st...@gmail.com on 6 Dec 2009 at 2:03

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
This is duplicate to:
http://code.google.com/p/app-engine-site-creator/issues/detail?id=20

Original comment by lystoc...@gmail.com on 7 Feb 2010 at 4:46

GoogleCodeExporter commented 8 years ago
I don't think this is a duplicate of issue 20.

I took the 1.1 zip, only changed the app id to mine and uploaded it and get the 
system 
error.  I have the base start page, but no footer, and no link to sign in.  I 
followed 
the suggestions in this ticket and ticket #20, but still have the server error. 
 I 
also checked out the 1.1.1 tag from svn and get the same error in the browser 
(but 
nothing in my app engine dashboard)

Original comment by larubbio...@gtempaccount.com on 1 Mar 2010 at 5:21