2016-11-13 27 views
2

由於我升級了Gradle構建以使用SDK 1.9.46部署我的App Engine應用程序,因此出現部署衝突消息,如下所示。自SDK 1.9.46以來,無法部署我的App引擎

Beginning interaction for module admin... 
0% Created staging directory at: '/var/folders/m8/6z4h4k2x11s3whxrqmd79lym0000gn/T/appcfg2292422843793738444.tmp' 
5% Scanning for jsp files. 
8% Generated git repository information file. 
20% Scanning files on local disk. 
25% Scanned 250 files. 
28% Scanned 500 files. 
31% Scanned 750 files. 
33% Scanned 1000 files. 
34% Initiating update. 
Nov 13, 2016 11:11:41 AM com.google.appengine.tools.admin.AbstractServerConnection send1 
WARNING: Error posting to URL: https://appengine.google.com/api/appversion/create?module=admin&app_id=the-outdoor-game&version=dev& 
409 Conflict 
There is an operation pending for this application: AppLock held for "Updating engine_version_id='dev' within engine_id='default'." acquired by Peter.Fortuin at 2016-11-13 09:15:05.482616 GMT. Please wait and try again or use 'appcfg rollback' to attempt to cleanly abort the current operation. 
This is try #0 

回滾如果不能解決問題。似乎只能將App Engine SDK降級到1.9.44。但那給了我其他我不想解決的問題。

任何人有任何想法如何解決這個問題?這是否是1.9.46 SDK中的錯誤?其他人看到同樣的事情?

回答