2012-05-18 3 views
0

Я пытаюсь развернуть свой проект на приложение двигателя, но после компиляции, когда он пытается развернуть приложение, я получаю эту ошибку:Ошибка при попытке развертывания приложения GWT на 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> 

Любая идея, почему может случиться? Должен сказать, что мое последнее развертывание было вчера и работало, и с тех пор я изменил что-то незначительное!

Могут ли серверы приложений отключиться?

ОБНОВЛЕНИЕ: Теперь работает отлично, возможно, GAE упал или что-то случилось.

ответ

0

Вчера была проблема с развертыванием приложений. Для получения дополнительной информации вы можете следовать this bug report.

Смежные вопросы