2012-11-13 8 views
5

Ich benutze Google App Engine zum ersten Mal und ich bin irgendwie verwirrt über diesen Fehler, ich kann nicht verstehen, wie man das weiter debuggt.Errno 10054 Eine bestehende Verbindung wurde vom Remote-Host zwangsweise geschlossen. - Wie zu debuggen?

Ich habe eine Anwendung unter meinem Konto erstellt, dann versuche ich eine Python-Datei über Google App Engine Launcher in sie hochladen. Aber ich bekomme diesen Fehler immer wieder.

08:39 PM Host: appengine.google.com 
08:39 PM Application: gappproxytestapp; version: 1 
08:39 PM 
Starting update of app: gappproxytestapp, version: 1 
08:39 PM Getting current resource limits. 
2012-11-13 20:40:32,505 ERROR appcfg.py:2202 An error occurred processing file '': <urlopen error [Errno 10054] An existing connection was forcibly closed by the remote host>. Aborting. 
Traceback (most recent call last): 
    File "C:\Program Files (x86)\Google\google_appengine\appcfg.py", line 171, in <module> 
    run_file(__file__, globals()) 
    File "C:\Program Files (x86)\Google\google_appengine\appcfg.py", line 167, in run_file 
    execfile(script_path, globals_) 
    File "C:\Program Files (x86)\Google\google_appengine\google\appengine\tools\appcfg.py", line 4322, in <module> 
    main(sys.argv) 
    File "C:\Program Files (x86)\Google\google_appengine\google\appengine\tools\appcfg.py", line 4313, in main 
    result = AppCfgApp(argv).Run() 
    File "C:\Program Files (x86)\Google\google_appengine\google\appengine\tools\appcfg.py", line 2599, in Run 
    self.action(self) 
    File "C:\Program Files (x86)\Google\google_appengine\google\appengine\tools\appcfg.py", line 4048, in __call__ 
    return method() 
    File "C:\Program Files (x86)\Google\google_appengine\google\appengine\tools\appcfg.py", line 3065, in Update 
    self.UpdateVersion(rpcserver, self.basepath, appyaml) 
    File "C:\Program Files (x86)\Google\google_appengine\google\appengine\tools\appcfg.py", line 3047, in UpdateVersion 
    lambda path: self.opener(os.path.join(basepath, path), 'rb')) 
    File "C:\Program Files (x86)\Google\google_appengine\google\appengine\tools\appcfg.py", line 2172, in DoUpload 
    self.resource_limits = GetResourceLimits(self.rpcserver, self.config) 
    File "C:\Program Files (x86)\Google\google_appengine\google\appengine\tools\appcfg.py", line 357, in GetResourceLimits 
    resource_limits.update(GetRemoteResourceLimits(rpcserver, config)) 
    File "C:\Program Files (x86)\Google\google_appengine\google\appengine\tools\appcfg.py", line 328, in GetRemoteResourceLimits 
    version=config.version) 
    File "C:\Program Files (x86)\Google\google_appengine\google\appengine\tools\appengine_rpc.py", line 389, in Send 
    f = self.opener.open(req) 
    File "C:\Python27\lib\urllib2.py", line 400, in open 
    response = self._open(req, data) 
    File "C:\Python27\lib\urllib2.py", line 418, in _open 
    '_open', req) 
    File "C:\Python27\lib\urllib2.py", line 378, in _call_chain 
    result = func(*args) 
    File "C:\Python27\lib\urllib2.py", line 1215, in https_open 
    **return self.do_open(httplib.HTTPSConnection, req) 
    File "C:\Program Files (x86)\Google\google_appengine\lib\fancy_urllib\fancy_urllib\__init__.py", line 383, in do_open 
    raise url_error 
urllib2.URLError: <urlopen error [Errno 10054] An existing connection was forcibly closed by the remote host> 
2012-11-13 20:40:32 (Process exited with code 1)** 

You can close this window now. 

Wie debugge ich das weiter? Scheint, dass urllib2 Probleme mit HTTPS hat. Aber das ist seltsam, weil ich nicht hinter einem lokalen Proxy bin und ich noch nie andere HTTPS-Probleme hatte.

+2

Haben Sie das sortiert? Ich habe das gleiche Problem. – RTF

+0

@RTF Als ich Google App Engine Launcher geschlossen und erneut gestartet habe und versucht habe, die App hochzuladen, funktionierte es. – gsinha

+1

@gsinha, toll - also bitte posten Sie dies als Antwort, damit es upvoted werden kann und dieses alte Q wird nicht mehr als "unbeantwortet" angezeigt! -) –

Antwort

1

Ich konfrontiert das gleiche Problem. Ich habe Google App Engine Launcher geschlossen und erneut gestartet und versucht, die App hochzuladen. Es hat funktioniert.

0

Ich stieß auf das gleiche Problem. Es funktioniert nicht, auch wenn ich verschiedene PCs, Betriebssysteme, das neueste SDK oder andere Lösungen teste. Ich bezweifle, dass es das Problem der Google App Engine Server Seite ist. Nach dem Warten auf einen Tag ist alles in Ordnung. Also, wenn Sie das gleiche Problem haben, kann es eine gute Wahl sein, warten Sie auf einen Tag.

Verwandte Themen