简体   繁体   English

Google App Engine部署失败

[英]google app engine deploy fail

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.

I tried using a solution that was recently posted, but I still have same problem what should I do? 我尝试使用最近发布的解决方案,但仍然遇到相同的问题,该怎么办? It says that the application does not contain an app.yaml file, so now what should I do? 它说该应用程序不包含app.yaml文件,那么现在该怎么办?

The problem is that you have previously aborted an update of your AppEngine app. 问题是您之前已中止AppEngine应用程序的更新。

Before you can update it again, you first need to rollback that partial update. 在重新进行更新之前,您首先需要回滚该部分更新。 To do this run the command as it says. 为此,请按照命令所述运行命令。

appcgy.py rollback .

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM