loris-imageserver / loris-docker

Loris docker image suitable for development environments
16 stars 20 forks source link

Reload of running loris-docker example URLs gives Internal Server Error #6

Open epoz opened 8 years ago

epoz commented 8 years ago

When testing the loris-docker containers on Ubuntu 14.04 with the command: docker run -d -p 5004:5004 lorisimageserver/loris (as per the docs)

The first request to any image URL for eg.

:5004/01/02/gray.jp2/full/full/0/default.jpg works fine, but subsequent reloads gives the message: "Internal Server Error The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application."
andjsmit commented 8 years ago

I've run into the same issue today. Even stopping and starting the container or restarting the docker machine will not fix once the image link errors out.

andjsmit commented 8 years ago

Update: After forking and merging pull #5, this issue was resolved for me.