通过Eclipse将应用程序部署到App Engine时出现客户端错误(400) [英] Client Error (400) when deploying application to app engine via eclipse

查看:56
本文介绍了通过Eclipse将应用程序部署到App Engine时出现客户端错误(400)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是Google App Engine的新手,我正尝试通过eclipse部署我的应用程序.当我尝试部署应用程序时遇到的问题是它给了我以下错误:

I am new to Google App Engine and I am trying to deploy my application via eclipse. The problem I get when I try to deploy my application is that it gives me the following error:

无法更新应用:错误发布到URL: https://appengine.google.com/api/appversion/getresourcelimits?app_id=Project&version=1& 400错误的要求客户端错误(400)由于未指定的原因,该请求无效.有关更多详细信息,请参见部署控制台.无法更新应用:发布到

Unable to update app: Error posting to URL: https://appengine.google.com/api/appversion/getresourcelimits?app_id=Project&version=1& 400 Bad Request Client Error (400) The request is invalid for an unspecified reason. See the deployment console for more details Unable to update app: Error posting to

当我查看控制台提供的链接时,会得到以下信息:无法更新:com.google.appengine.tools.admin.HttpIoException:在URL上发布错误: https://appengine.google.com/api/appversion/getresourcelimits?app_id=Project&version=1& 400错误的请求

When I look into the link provided by the console I get the following : Unable to update: com.google.appengine.tools.admin.HttpIoException: Error posting to URL: https://appengine.google.com/api/appversion/getresourcelimits?app_id=Project&version=1& 400 Bad Request

客户端错误(400)该请求由于未指明的原因而无效.

Client Error (400) The request is invalid for an unspecified reason.

at com.google.appengine.tools.admin.AbstractServerConnection.send1(AbstractServerConnection.java:293)
at com.google.appengine.tools.admin.AbstractServerConnection.send(AbstractServerConnection.java:253)
at com.google.appengine.tools.admin.AbstractServerConnection.post(AbstractServerConnection.java:232)
at com.google.appengine.tools.admin.ResourceLimits.remoteRequest(ResourceLimits.java:171)
at com.google.appengine.tools.admin.ResourceLimits.request(ResourceLimits.java:138)
at com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:366)
at com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:53)
at com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngineBridgeImpl.java:433)
at com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(DeployProjectJob.java:148)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

有人可以给我一些指导来解决此问题,以便我可以部署我的应用程序吗?任何反馈将不胜感激,谢谢.

Can anybody please give me some guidance to resolve this problem, so that I can deploy my application? Any feedback will be appreciated, thanks.

推荐答案

它是否在Eclipse中本地运行?

Does it run locally in eclipse?

您使用注册的应用程序ID正确设置了appengine-web.xml吗?

Is you appengine-web.xml set up correctly with your registered application id?

此处的Google入门指南

这篇关于通过Eclipse将应用程序部署到App Engine时出现客户端错误(400)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆