2013-11-21 94 views
0
2013-11-21 17:26:21 Running command: "['C:\\Python27\\pythonw.exe', '-u', 'C:\\Program Files (x86)\\Google\\google_appengine\\appcfg.py', '--no_cookies', u'--email=denashitug', '--passin', 'update', 'C:\\wamp\\www\\sems']" 
05:26 PM Application: gcdc2013-sems; version: 1 
05:26 PM Host: appengine.google.com 
05:26 PM 
Starting update of app: gcdc2013-sems, version: 1 
05:26 PM Getting current resource limits. 
Password for denashitug: 05:26 PM Scanning files on local disk. 
2013-11-21 17:26:30,438 ERROR appcfg.py:1656 Invalid character in filename: images/userprofile/cartoon (1).jpg 
2013-11-21 17:26:30,438 ERROR appcfg.py:1656 Invalid character in filename: images/userprofile/cartoon (2).jpg 
2013-11-21 17:26:30,479 ERROR appcfg.py:1656 Invalid character in filename: images/gallery/cartoon (1).jpg 
2013-11-21 17:26:30,480 ERROR appcfg.py:1656 Invalid character in filename: images/gallery/computer (1).jpg 
Error 409: --- begin server output --- 
Another transaction by user denashitug is already in progress for app: s~gcdc2013-sems, version: 1. That user can undo the transaction with "appcfg rollback". 
--- end server output --- 
2013-11-21 17:26:32 (Process exited with code 1) 

You can close this window now. 

我尝试使用最近发布的解决方案,但我仍然有同样的问题,我该怎么办?它说该应用程序不包含app.yaml文件,那么现在该怎么办?谷歌应用程序引擎部署失败

回答

1

问题是您之前已中止AppEngine应用程序的更新。

在您可以再次更新之前,您首先需要回滚该部分更新。为此,请按照说明运行命令。

appcgy.py rollback . 
相关问题