Hi,

I've an application heavily relying on tasks and sooner this
afternoon, the tasks stopped to be scheduled as normal. No error
reported, just them having disappeared.

Thinking it might be a side-effect of the deprecation of the API from
the labs, I updated my environment for 1.4.0, upgraded mock classes,
ran series of unit tests, etc. and when I was ready to deploy the
updated code with a new version number, I got something starting with:

>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Unable to update:
java.io.IOException: Error posting to URL:
https://appengine.google.com/api/appversion/cloneblobs?app_id=anothersocialeconomy&version=maelzel-40&;
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>

        at
com.google.appengine.tools.admin.ServerConnection.send(ServerConnection.java:
149)
        at
com.google.appengine.tools.admin.ServerConnection.post(ServerConnection.java:
82)
        at
com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java:
582)
        at
com.google.appengine.tools.admin.AppVersionUpload.cloneFiles(AppVersionUpload.java:
452)
        at
com.google.appengine.tools.admin.AppVersionUpload.beginTransaction(AppVersionUpload.java:
414)
        at
com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:
112)
        at
com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:
56)
        at com.google.appengine.tools.admin.AppCfg
$UpdateAction.execute(AppCfg.java:547)
        at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:138)
        at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:61)
        at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:57)
com.google.appengine.tools.admin.AdminException: Unable to update app:
Error posting to URL:
https://appengine.google.com/api/appversion/cloneblobs?app_id=anothersocialeconomy&version=maelzel-40&;
500 Internal Server Error
<<<<<<<<<<<<<<<<<<<<<<<<<<<<

As it is an error server-side, it seems my users are stuck with a
broken app I cannot update :(

Any suggestion?

A+, Dom

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to