【发布时间】:2014-03-25 15:34:59
【问题描述】:
我正在构建 App Inventor 2 并将其上传到我们的 Google App Engine 帐户。我正在按照此处的说明进行操作:How to build App Inventor from the MIT sources。
在我尝试上传到 GAE 之前一切正常。它构建并且我能够在我的本地机器上运行它。上传失败并显示以下内容...
com.google.appengine.tools.admin.HttpIoException: Error posting to URL: https://appengine.google.com/api/appversion/create?app_id=com-bytedept-app-inventor-2&version=1&
400 Bad Request
Error when loading application configuration:
Found more than 100 URLMap entries in application configuration
Unable to update app: Error posting to URL: https://appengine.google.com/api/appversion/create?app_id=com-bytedept-app-inventor-2&version=1&
400 Bad Request
Error when loading application configuration:
Found more than 100 URLMap entries in application configuration
Please see the logs [/var/folders/qc/4l37zs2547v0jt05vwkjr_lc0000gp/T/appcfg9183580475283654947.log] for further information.
我看到其他问题引用“在应用程序配置中发现超过 100 个 URLMap 条目”,但我没有看到他们的回答如何适用于这种情况。
我使用的是 Java 1.7.0_51 和本地 App Engine Java SDK 1.9.1。
【问题讨论】:
标签: java google-app-engine app-inventor