Open juihanamshet opened 5 years ago
Hello !
It's probably the same as #436, for Windows 10 it seems that concurrent queries lead to errors. It's complicated to work on this error for me, because I don't have a Windows system around.
It's not related to the build, the error message from gradle is misleading (but I don't know how to change it).
Could you share with us the grobid-service logs? It should be under grobid/logs/
Until we fix the problem, you could try the docker container for more stability on Windows.
Hi,
I'm converting a large number of pdfs to xml on a Windows 10 machine. The conversion works smoothly for a bit and then suddenly it crashes with the following errors:
FAILURE: Build failed with an exception.
What went wrong: Execution failed for task ':grobid-service:run'.
Try: Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Upon restarting the server, the process works smoothly again. How can I fix this?