Google应用引擎此应用程序不存在(app_id = u' 111320')

时间:2015-11-01 09:20:35

标签: java maven google-app-engine

我正在尝试使用命令

部署使用Google App Engine制作的简单留言簿应用
    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.

1 个答案:

答案 0 :(得分:1)

固定, 在我的情况下错误的应用ID。 我的应用的完整ID是" rising-symbol-111320"所以我在pom.xml中手动更改了它

<app.id>rising-symbol-111320</app.id>