dbmdz/solr-ocrhighlighting

example_frontend_1 curious problem

jsbien opened this issue · 1 comments

With the recent version of the repository I get systematically
docker-compose up -d
Starting example_solr_1 ...
Starting example_iiif-prezi_1 ...
Starting example_frontend_1 ...

docker-compose ps
...
example_frontend_1 nginx -g daemon off; Exit 1
and in consequence http://localhost:8181/ is unaccessible.

I have also a slightly earlier version (just before 8d7c22b) of the repository on another disk. There the problem occurs often but not always.

I'm so confused that I'm about to suspect some hardware error on my computer. However RAM is OK and smarctl doesn't report any disk problems.

I will appreciate your suggestions.

I made a fresh install and the problem reappeared. However the second invocation of docker-compose up -d was successful and it was possible to run /ingest_google1000.py . The queries work, probably as intended (looks like not all words has been indexed, but this is a different matter).

I close the issue now but will reopen it with more information when and if it stops working again.