0

プロジェクトをアプリ エンジンにデプロイしようとしていますが、コンパイル後にアプリをデプロイしようとすると、次のエラーが発生します。

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 がダウンしているか、うまく機能していない可能性があります。

4

1 に答える 1

0

今日、アプリケーションの展開に問題がありました。詳細については、このバグレポートをフォローしてください。

于 2012-05-19T01:01:03.313 に答える