Brice and Wesley,
Maybe I got the same problem now.
It was the first time to use GAE. So I'm very new to GAE.
The problem is still reproducible. I don't seem to access all GAE
urls after I met the problem.
What I did is:
1. Uploaded helloworld sample application using command line.
The sample app is what uses users.get_current_user() on Web. The
program was not changed by me, and it is runnable on my computer.
At first I tried uploading by using command line. However the
server returns 500.
==========================
$ appcfg.py update helloworld/
/usr/local/bin/appcfg.py:41: DeprecationWarning: the sha module is
deprecated; use the hashlib module instead
os.path.join(DIR_PATH, 'lib', 'antlr3'),
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/dev_appserver_login.py:33: DeprecationWarning:
the md5 module is deprecated; use hashlib instead
import md5
Application: APP_NAME; version: 1.
Server: appengine.google.com.
Scanning files on local disk.
Initiating update.
Email: MY_EMAIL
Password for MY_EMAIL:
Error 500: --- begin server output ---
Server Error (500)
A server error has occurred.
--- end server output ---
=============================
2. Uploaded the application using GAE launcher on Macosx.
Next I tried using GAE launcher, however the server returned 500.
The result log is:
=============================
*** Running appfg.py with the following flags:
--no_cookies --email=MY_EMAIL --passin update
google_appengine/appcfg.py:41: DeprecationWarning: the sha module is
deprecated; use the hashlib module instead
os.path.join(DIR_PATH, 'lib', 'antlr3'),
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/dev_appserver_login.py:33: DeprecationWarning:
the md5 module is deprecated; use hashlib instead
import md5
Application: APP_NAME; version: 1.
Server: appengine.google.com.
Scanning files on local disk.
Initiating update.
Error 500: --- begin server output ---
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>500 Server Error</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Server Error</h1>
<h2>The server encountered an error and could not complete your
request.<p>If the problem persists, please <A HREF="http://
code.google.com/appengine/community.html">report</A> your problem and
mention this error message and the query that caused it.</h2>
<h2></h2>
</body></html>
--- end server output ---
If deploy fails you might need to 'rollback' manually.
The "Make Symlinks..." menu option can help with command-line work.
*** appcfg.py has finished with exit code 1 ***
=============================
3. Tried something on the web...
I logged on the GAE dashboard already, so I tried something to
rollback my code manually... However the server returned 500:
=============================
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.
=============================
4. Tried log-in again...
I tried log-in from the first, however the result of any
authentications is 500 server error...
Maybe I cannot do anything on GAE now.
Can anybody help me?
Best.
On 2月11日, 午後4:26, "Wesley Chun (Google)" <[email protected]> wrote:
> bruce,
>
> is this still happening when you try to sign up? if so, from which
> page exactly are you getting thiserror? (please copy-n-paste the
> URL).
>
> thanks,
> -- wesley
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> "Core Python Programming", Prentice Hall, (c)2007,2001
> "Python Fundamentals", Prentice Hall, (c)2009
> http://corepython.com
>
> wesley.j.chun :: [email protected]
> developer relations :: google app engine
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.