niteshmourya / app-inventor-for-android

Automatically exported from code.google.com/p/app-inventor-for-android
Apache License 2.0
1 stars 0 forks source link

Server error: could not upload project. Please try again later! #2107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I created this project in App Inventor last week.   I packaged it for my phone 
and downloaded the source which I have attached.   I then deleted the project 
from my projects list assuming that I could always upload the source if I 
needed to work on the project again.   Unfortunately when I now try to upload 
this source I get the "Server error: could not upload project. Please try again 
later!" message.   It is not overly large as the zip file is only 1.83MB so it 
should be well under the 5MB size limit.   I then tried uploading to my own 
local server, it allows me to upload the project but the blocks editor cant 
open the blocks for the project. 

See my topic here:
https://groups.google.com/forum/embed/?fragments=true#!topic/programming-with-ap
p-inventor/zZnIsOIqnWI/discussion

Original issue reported on code.google.com by KevinKel...@googlemail.com on 11 May 2012 at 6:14

Attachments:

GoogleCodeExporter commented 9 years ago
Hi KevinKelly.KJK,

Thanks for reporting the issue. I can duplicate the same error message. What is 
the project about? What components did you use? 

Regards, 

Wei
wli17@mit.edu

Original comment by weihuali...@gmail.com on 28 May 2012 at 4:44

GoogleCodeExporter commented 9 years ago
This appears to be a timeout error in how long app engine will wait for a file 
to upload (or possibly the file is too large, even though it's under 5 meg).  
The eror in the log is:

W 2012-05-28 13:51:47.535

com.google.appinventor.server.storage.ObjectifyStorageIo runJobWithRetries: 
Transaction rollback failed
java.lang.IllegalArgumentException: The referenced transaction has expired or 
is no longer valid.
    at com.google.appengine.api.datastore.DatastoreApiHelper.translateError(DatastoreApiHelper.java:36)

I don't thing there's any simple way to fix this until we reconfigure how 
projects are uploaded to App Engine.

Meatime, this project works fine on a local devserver.

Original comment by halatmit...@gmail.com on 28 May 2012 at 6:03

GoogleCodeExporter commented 9 years ago

Original comment by josmasfl...@gmail.com on 11 Sep 2012 at 9:59