簡體   English   中英

嘗試將GWT應用程序部署到GAE時出錯

[英]Error while trying to Deploy GWT application to GAE

我正在嘗試將項目部署到應用程序引擎,但是在編譯之后,當它嘗試部署應用程序時,出現此錯誤:

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>

知道為什么會發生嗎? 我不得不說,我的上次部署是昨天並且正在工作,從那時起,我做了一些小改動!

App Engine服務器能否關閉?

更新:現在工作正常,也許GAE崩潰了。

今天早些時候,應用程序部署出現了問題。 有關更多信息,您可以關注此錯誤報告

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM