尝试将GWT应用程序部署到GAE时出错

时间:2012-05-18 20:20:20

标签: java google-app-engine gwt web-deployment

我正在尝试将我的项目部署到app引擎,但在编译之后,当它尝试部署应用程序时,我收到此错误:

Deploying:
    Uploading 27 files.
    Uploaded 6 files.
    Uploaded 12 files.
    Uploaded 18 files.
    Uploaded 24 files.
    Initializing precompilation...
    Sending batch containing 13 file(s) totaling 1172KB.
    Exception in flushing batch payload, so sending 1 by 1...Error posting to URL: https://appengine.google.com/api/appversion/addfiles?=&app_id=xxxx&version=3&
500 Internal Server Error

<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>500 Server Error</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Server Error</h1>
<h2>The server encountered an error and could not complete your request.<p>If the problem persists, please <A HREF="http://code.google.com/appengine/community.html">report</A> your problem and mention this error message and the query that caused it.</h2>
<h2></h2>
</body></html>

     on backend null.
com.google.appengine.tools.admin.HttpIoException: Error posting to URL: https://appengine.google.com/api/appversion/addfile?path=img%2F0.png&app_id=xxxxxxx=3&
500 Internal Server Error

<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>500 Server Error</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Server Error</h1>
<h2>The server encountered an error and could not complete your request.<p>If the problem persists, please <A HREF="http://code.google.com/appengine/community.html">report</A> your problem and mention this error message and the query that caused it.</h2>
<h2></h2>
</body></html>

知道为什么会发生这种事吗? 我不得不说我昨天的部署是昨天开始工作的,从那时起我改变了一些小事!

应用引擎服务器可能会关闭吗?

更新:现在工作得非常好,也许GAE已经失败或者很糟糕。

1 个答案:

答案 0 :(得分:0)

今天早些时候应用程序部署存在问题。有关详情,请点击this bug report