YF-GoogleCodeBackups / snova

Automatically exported from code.google.com/p/snova
0 stars 0 forks source link

snova-gae-gserver-0.20.0的上传问题 #361

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
按照wiki的做法想上传GAE下的snova-gae-gserver-0.20.0,解压运行depl
oyer.exe,输入APPID及邮箱及专用程序密码后出现Getting current 
resource limits.总是错误

另外用GUI的方式使用GO SDK也是类似的错误结果:
2013-02-15 17:51:57 Running command: "['***:\\******\\Python27\\pythonw.exe', 
'-u', u'****:\\******\\appengine-go-sdk\\appcfg.py', '--no_cookies', 
u'--email=**********@gmail.com', '--passin', 'update', 
u'C:\\Users\\Tenchart\\Desktop\\gae\\src']"
05:52 PM Host: appengine.google.com
05:52 PM Application: *********; version: 1
05:52 PM 
Starting update of app: **********, version: 1
05:52 PM Getting current resource limits.
2013-02-15 17:52:36,976 ERROR appcfg.py:2278 An error occurred processing file 
'': <urlopen error [Errno 10060] >. Aborting. 
Traceback (most recent call last):
  File "***:\***\appengine-go-sdk\appcfg.py", line 171, in <module>
    run_file(__file__, globals())
  File "***:\***\appengine-go-sdk\appcfg.py", line 167, in run_file
    execfile(script_path, globals_)
  File "***:\***\appengine-go-sdk\google\appengine\tools\appcfg.py", line 4507, in <module>
    main(sys.argv)
  File "***:\***\appengine-go-sdk\google\appengine\tools\appcfg.py", line 4498, in main
    result = AppCfgApp(argv).Run()
  File "***:\***\appengine-go-sdk\google\appengine\tools\appcfg.py", line 2686, in Run
    self.action(self)
  File "***:\***\appengine-go-sdk\google\appengine\tools\appcfg.py", line 4233, in __call__
    return method()
  File "***:\***\appengine-go-sdk\google\appengine\tools\appcfg.py", line 3245, in Update
    self.UpdateVersion(rpcserver, self.basepath, appyaml, yaml_file_basename)
  File "***:\***\appengine-go-sdk\google\appengine\tools\appcfg.py", line 3194, in UpdateVersion
    return appversion.DoUpload(paths, openfunc)
  File "***:\***\appengine-go-sdk\google\appengine\tools\appcfg.py", line 2248, in DoUpload
    self.resource_limits = GetResourceLimits(self.rpcserver, self.config)
  File "***:\***\appengine-go-sdk\google\appengine\tools\appcfg.py", line 390, in GetResourceLimits
    resource_limits.update(GetRemoteResourceLimits(rpcserver, config))
  File "***:\***\appengine-go-sdk\google\appengine\tools\appcfg.py", line 361, in GetRemoteResourceLimits
    version=config.version)
  File "***:\***\appengine-go-sdk\google\appengine\tools\appengine_rpc.py", line 393, in Send
    f = self.opener.open(req)
  File "***:\***\Python27\lib\urllib2.py", line 400, in open
    response = self._open(req, data)
  File "***:\***\Python27\lib\urllib2.py", line 418, in _open
    '_open', req)
  File "***:\***\Python27\lib\urllib2.py", line 378, in _call_chain
    result = func(*args)
  File "***:\***\Python27\lib\lib\urllib2.py", line 1215, in https_open
    return self.do_open(httplib.HTTPSConnection, req)
  File "***:\***\appengine-go-sdk\lib\fancy_urllib\fancy_urllib\__init__.py", line 383, in do_open
    raise url_error
urllib2.URLError: <urlopen error [Errno 10060] >
2013-02-15 17:52:37 (Process exited with code 1)

You can close this window now.

Original issue reported on code.google.com by sonicso...@gmail.com on 15 Feb 2013 at 10:01

GoogleCodeExporter commented 8 years ago
可能是你的网络环境下访问google服务器无法直连的问题

Original comment by yinqiwen@gmail.com on 18 Feb 2013 at 1:36