I'm having the same issue under Java.

Creating staging directory
Scanning for jsp files.
Scanning files on local disk.
Initiating update.
Unable to upload:
java.io.IOException: Error posting to URL:
http://appengine.google.com/api/appversion/create?app_id=xxxx&version=1&;
500 Internal Server Error

Server Error (500)
A server error has occurred.

        at com.google.appengine.tools.admin.ServerConnection.send
(ServerConnection.java:114)
        at com.google.appengine.tools.admin.ServerConnection.post
(ServerConnection.java:66)
        at com.google.appengine.tools.admin.AppVersionUpload.send
(AppVersionUpload.java:345)
        at com.google.appengine.tools.admin.AppVersionUpload.beginTransaction
(AppVersionUpload.java:159)
        at com.google.appengine.tools.admin.AppVersionUpload.doUpload
(AppVersionUpload.java:68)
        at com.google.appengine.tools.admin.AppAdminImpl.update
(AppAdminImpl.java:41)
        at com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy
(AppEngineBridgeImpl.java:203)
        at
com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace
(DeployProjectJob.java:97)
        at org.eclipse.core.internal.resources.InternalWorkspaceJob.run
(InternalWorkspaceJob.java:38)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
java.io.IOException: Error posting to URL:
http://appengine.google.com/api/appversion/create?app_id=xxxx&version=1&;
500 Internal Server Error

Server Error (500)
A server error has occurred.

On Apr 20, 2:17 pm, ericsk <eri...@gmail.com> wrote:
> Is the server down? There're exceptions while I deploy my application.
> $ appcfg.py update .
> Scanning files on local disk.
> Initiating update.
> Cloning 63 static files.
> Cloning 36 application files.
> Uploading 2 files.
> 2009-04-20 22:14:06,807 ERROR appcfg.py:1235 An unexpected error
> occurred. Aborting.
> Traceback (most recent call last):
>   File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
> GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
> google/appengine/tools/appcfg.py", line 1221, in DoUpload
>     self.UploadFile(missing_file, file_handle)
>   File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
> GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
> google/appengine/tools/appcfg.py", line 1079, in UploadFile
>     payload=file_handle.read())
>   File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
> GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
> google/appengine/tools/appengine_rpc.py", line 303, in Send
>     f = self.opener.open(req)
>   File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
> python2.5/urllib2.py", line 380, in open
>     response = meth(req, response)
>   File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
> python2.5/urllib2.py", line 491, in http_response
>     'http', request, response, code, msg, hdrs)
>   File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
> python2.5/urllib2.py", line 418, in error
>     return self._call_chain(*args)
>   File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
> python2.5/urllib2.py", line 353, in _call_chain
>     result = func(*args)
>   File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
> python2.5/urllib2.py", line 499, in http_error_default
>     raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> HTTPError: HTTP Error 500: Internal Server Error
> Rolling back the update.
> Error 500: --- begin server output ---
>
> Server Error (500)
> A server error has occurred.
> --- end server output ---
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to