isi-vista / curated-training-annotator

MIT License
0 stars 2 forks source link

Error when attempting to retrieve annotation from admin user #34

Open berquist opened 5 years ago

berquist commented 5 years ago

This particular annotation is causing our exporter to hang:

$ curl -u eric_berquist:$INCEPTION_PASSWORD 'http://curatedtraining.isi.edu:8080/api/aero/v1/projects/33/documents/57/annotations/admin?projectId=33&documentId=57&userId=admin&format=json'
{"messages":[{"level":"ERROR","message":"Internal server error: CAS file [admin.ser] not found in [/srv/inception/repository/project/33/document/57/annotation]"}]}
gabbard commented 5 years ago

I can replicate this, but I am not seeing anything in the server logs.

@qpwo : I suggest for the moment just skipping and logging project/user combinations which raise this error. Then we can examine the logs to see if this affects any cases we actually care about (we don't care about admin annotations)

gabbard commented 5 years ago

I've reported this error to the Inception developers: https://github.com/inception-project/inception/issues/1281

gabbard commented 5 years ago

@qpwo : Please use the workaround from https://github.com/inception-project/inception/issues/1281

qpwo commented 5 years ago

I believe #33 closes this