Again I have faced the same problem. I have started an issue regarding this: http://code.google.com/p/googleappengine/issues/detail?id=8333
On Wed, Sep 26, 2012 at 2:33 AM, Sadaf Noor <[email protected]> wrote: > This is what I have got when I try to deploy my app :/ What can be done? > From where this blank file process is getting appeared? :/ > > Starting update of app: sadaf2605, version: 1 > Getting current resource limits. > 2012-09-26 02:03:49,990 ERROR appcfg.py:2161 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\Google\google_appengine\appcfg.py", line 133, in > <module> > run_file(__file__, globals()) > File "C:\Program Files\Google\google_appengine\appcfg.py", line 129, in > run_file > execfile(script_path, globals_) > File "C:\Program > Files\Google\google_appengine\google\appengine\tools\appcfg.py", line 4083, > in <module> > main(sys.argv) > File "C:\Program > Files\Google\google_appengine\google\appengine\tools\appcfg.py", line 4074, > in main > result = AppCfgApp(argv).Run() > File "C:\Program > Files\Google\google_appengine\google\appengine\tools\appcfg.py", line 2544, > in Run > self.action(self) > File "C:\Program > Files\Google\google_appengine\google\appengine\tools\appcfg.py", line 3830, > in __call__ > return method() > File "C:\Program > Files\Google\google_appengine\google\appengine\tools\appcfg.py", line 2991, > in Update > self.UpdateVersion(rpcserver, self.basepath, appyaml) > File "C:\Program > Files\Google\google_appengine\google\appengine\tools\appcfg.py", line 2974, > in UpdateVersion > lambda path: self.opener(os.path.join(basepath, path), 'rb')) > File "C:\Program > Files\Google\google_appengine\google\appengine\tools\appcfg.py", line 2131, > in DoUpload > resource_limits = GetResourceLimits(self.rpcserver, self.config) > File "C:\Program > Files\Google\google_appengine\google\appengine\tools\appcfg.py", line 355, > in GetResourceLimits > resource_limits.update(GetRemoteResourceLimits(rpcserver, config)) > File "C:\Program > Files\Google\google_appengine\google\appengine\tools\appcfg.py", line 326, > in GetRemoteResourceLimits > version=config.version) > File "C:\Program > Files\Google\google_appengine\google\appengine\tools\appengine_rpc.py", > line 366, 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\Google\google_appengine\lib\fancy_urllib\fancy_urllib\__init__.py", > line 367, in do_open > raise url_error > urllib2.URLError: <urlopen error [Errno 10054] An existing connection was > forcibly closed by the remote host> > 2012-09-26 02:03:50 (Process exited with code 1) > > You can close this window now. > > -- > > Regards, > > *Md. Sadaf Noor,* > > ID:11121023, > Electrical and Electronic > Engineering<http://www.bracu.ac.bd/academics/dept/course.php?code=BSEEE> > , > BRAC University <http://www.bracu.ac.bd>. > > Contact: > Email:[email protected] > > [email protected] > Mobile: +8801758085078 > Website: www.sadafnoor.tk || sadaf2605.appspot.com > > > -- Regards, *Md. Sadaf Noor,* ID:11121023, Electrical and Electronic Engineering<http://www.bracu.ac.bd/academics/dept/course.php?code=BSEEE> , BRAC University <http://www.bracu.ac.bd>. Contact: Email:[email protected] [email protected] Mobile: +8801758085078 Website: www.sadafnoor.tk || sadaf2605.appspot.com -- 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.
