I'm trying to test a simple hellowworld sample.
It works fine in local, but it always fail to deploy to GAE.
Here is the log ( i have used launcher and appcfg.py both , it just
the same result)
----log message of launcher-----
E:\Program Files\Google\google_appengine\appcfg.py:41:
DeprecationWarning: the sha module is deprecated; use the hashlib
module instead
os.path.join(DIR_PATH, 'lib', 'antlr3'),
Application: zitechtest; version: 1.
Server:
appengine.google.com.
Scanning files on local disk.
Initiating update.
2009-11-12 17:28:58,608 ERROR appcfg.py:1454 An unexpected error
occurred. Aborting.
Traceback (most recent call last):
File "E:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.py", line 1425, in DoUpload
missing_files = self.Begin()
File "E:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.py", line 1223, in Begin
version=self.version, payload=self.config.ToYAML())
File "E:\Program Files\Google\google_appengine\google\appengine\tools
\appengine_rpc.py", line 344, in Send
f = self.opener.open(req)
File "E:\Program Files\Python\lib\urllib2.py", line 383, in open
response = self._open(req, data)
File "E:\Program Files\Python\lib\urllib2.py", line 401, in _open
'_open', req)
File "E:\Program Files\Python\lib\urllib2.py", line 361, in
_call_chain
result = func(*args)
File "E:\Program Files\Python\lib\urllib2.py", line 1138, in
https_open
return self.do_open(httplib.HTTPSConnection, req)
File "E:\Program Files\Python\lib\urllib2.py", line 1105, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 10054] >
Traceback (most recent call last):
File "E:\Program Files\Google\google_appengine\appcfg.py", line 60,
in <module>
run_file(__file__, globals())
File "E:\Program Files\Google\google_appengine\appcfg.py", line 57,
in run_file
execfile(script_path, globals_)
File "E:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.py", line 2548, in <module>
main(sys.argv)
File "E:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.py", line 2539, in main
result = AppCfgApp(argv).Run()
File "E:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.py", line 1640, in Run
self.action(self)
File "E:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.py", line 2427, in __call__
return method()
File "E:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.py", line 1935, in Update
lambda path: open(os.path.join(basepath, path), 'rb'))
File "E:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.py", line 1425, in DoUpload
missing_files = self.Begin()
File "E:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.py", line 1223, in Begin
version=self.version, payload=self.config.ToYAML())
File "E:\Program Files\Google\google_appengine\google\appengine\tools
\appengine_rpc.py", line 344, in Send
f = self.opener.open(req)
File "E:\Program Files\Python\lib\urllib2.py", line 383, in open
response = self._open(req, data)
File "E:\Program Files\Python\lib\urllib2.py", line 401, in _open
'_open', req)
File "E:\Program Files\Python\lib\urllib2.py", line 361, in
_call_chain
result = func(*args)
File "E:\Program Files\Python\lib\urllib2.py", line 1138, in
https_open
return self.do_open(httplib.HTTPSConnection, req)
File "E:\Program Files\Python\lib\urllib2.py", line 1105, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [Errno 10054] >
2009-11-12 17:28:58 (Process exited with code 1)
-------
BTW: I am in china now and I don't know whether it fails because the
GFW (a firewall of content audit system)
Anyone can help me?
Thanks!!!