2012-05-18 5 views
0

I 앱 엔진에 내 프로젝트를 배포하려고에 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을 참조하십시오.