ohmage / gwt-front-end

The javascript/GWT code behind the front end.
6 stars 2 forks source link

Downloading a document shows ‘general server error’ #292

Closed ctrance closed 11 years ago

ctrance commented 11 years ago

On the 'Documents' section I clicked 'download' but I'm getting error >>result:failure, errors: {text:General server error, code:0100}<<

jojenki commented 11 years ago

Which server and document? I am having trouble recreate it.

stevenolen commented 11 years ago

This issue can be closed, I opened one in ohmageServer that has lots of detail:

cens/ohmageServer#553

jojenki commented 11 years ago

This almost certainly has to do with the file no longer existing. There are two possible causes:

@stevenolen - Has the mechanism been put in place that will allow us to roll back and see when files are deleted and recover them?

ctrance commented 11 years ago

Below are the two files I was trying to download from test.ohmage.org

SurveyResponsesRevised.csv 0.08 KB ohmage.ericw SHARED bunny.jpg 23.56 KB ohmage.jean SHARED

jojenki commented 11 years ago

Great. Thank you! I can confirm that both files are missing on the disk, which explains why the server is throwing this error. This is a server issue, so I am going to close this and open one there.