-1
我試圖部署與谷歌應用程序引擎製作用命令谷歌應用程序引擎這個應用程序不存在(APP_ID = u'111320' )
mvn appengine:update
一個簡單的留言板應用程序,但我得到的錯誤
This application does not exist (app_id=u'111320')
我試圖刪除.appcfg_oauth2_tokens_java並再次更新,它只是再次重定向我令牌頁,當我粘貼,然後按回車我總是得到同樣的錯誤...
它遵循ŧ他完整日誌
nov 01, 2015 10:16:51 AM com.google.apphosting.utils.config.IndexesXmlReader rea
dConfigXml
INFO: Successfully processed C:\Users\Marco\GAE\guestbook\target\guestbook-1.0-S
NAPSHOT\WEB-INF\appengine-generated\datastore-indexes-auto.xml
Beginning interaction for module default...
nov 01, 2015 10:16:51 AM com.google.appengine.tools.admin.AbstractServerConnecti
on send1
WARNING: Error posting to URL: https://appengine.google.com/api/appversion/getre
sourcelimits?app_id=111320&version=1&
404 Not Found
This application does not exist (app_id=u'111320').
This is try #0
nov 01, 2015 10:16:51 AM com.google.appengine.tools.admin.AbstractServerConnecti
on send1
WARNING: Error posting to URL: https://appengine.google.com/api/appversion/getre
sourcelimits?app_id=111320&version=1&
404 Not Found
This application does not exist (app_id=u'111320').
This is try #1
nov 01, 2015 10:16:52 AM com.google.appengine.tools.admin.AbstractServerConnecti
on send1
WARNING: Error posting to URL: https://appengine.google.com/api/appversion/getre
sourcelimits?app_id=111320&version=1&
404 Not Found
This application does not exist (app_id=u'111320').
This is try #2
nov 01, 2015 10:16:52 AM com.google.appengine.tools.admin.AbstractServerConnecti
on send1
WARNING: Error posting to URL: https://appengine.google.com/api/appversion/getre
sourcelimits?app_id=111320&version=1&
404 Not Found
This application does not exist (app_id=u'111320').
This is try #3
0% Created staging directory at: 'C:\Users\Marco\AppData\Local\Temp\appcfg803610
7022033767950.tmp'
5% Scanning for jsp files.
8% Compiling jsp files.
warning: Implicitly compiled files were not subject to annotation processing.
Use -proc:none to disable annotation processing or -implicit to specify a poli
cy for implicit compilation.
1 warning
20% Scanning files on local disk.
25% Initiating update.
nov 01, 2015 10:16:56 AM com.google.appengine.tools.admin.AbstractServerConnecti
on send1
WARNING: Error posting to URL: https://appengine.google.com/api/appversion/creat
e?app_id=111320&version=1&
404 Not Found
This application does not exist (app_id=u'111320').
This is try #0
nov 01, 2015 10:16:56 AM com.google.appengine.tools.admin.AbstractServerConnecti
on send1
WARNING: Error posting to URL: https://appengine.google.com/api/appversion/creat
e?app_id=111320&version=1&
404 Not Found
This application does not exist (app_id=u'111320').
This is try #1
nov 01, 2015 10:16:56 AM com.google.appengine.tools.admin.AbstractServerConnecti
on send1
WARNING: Error posting to URL: https://appengine.google.com/api/appversion/creat
e?app_id=111320&version=1&
404 Not Found
This application does not exist (app_id=u'111320').
This is try #2
nov 01, 2015 10:16:56 AM com.google.appengine.tools.admin.AbstractServerConnecti
on send1
WARNING: Error posting to URL: https://appengine.google.com/api/appversion/creat
e?app_id=111320&version=1&
404 Not Found
This application does not exist (app_id=u'111320').
This is try #3
Error Details:
nov 01, 2015 10:16:55 AM org.apache.jasper.JspC processFile
INFO: Built File: \guestbook.jsp
com.google.appengine.tools.admin.HttpIoException: Error posting to URL: https://
appengine.google.com/api/appversion/create?app_id=111320&version=1&
404 Not Found
This application does not exist (app_id=u'111320').
Unable to update app: Error posting to URL: https://appengine.google.com/api/app
version/create?app_id=111320&version=1&
404 Not Found
This application does not exist (app_id=u'111320').
Please see the logs [C:\Users\Marco\AppData\Local\Temp\appcfg8922461300350626057
.log] for further information.
手動更改它這是相當不可能的,你的appid實際上是數字。它應該是「.appspot.com」之前的部分。請檢查您的pom.xml和src/main/webapp/WEB-INF/appengine-web.xml並放入正確的應用程序ID。 – konqi
[此應用程序不存在(app \ _id = u'google.com:nbsocialmetrics')](http://stackoverflow.com/questions/26766323/this-application-does-not-exist-app- ID-ugoogle-comnbsocialmetrics) – konqi