Patrice Lopez
Patrice Lopez
I think it's good to move to JDK 17 in general, but we need to update the other modules first, otherwise this is blocking for users. This is also a...
Thank you very much @lfoppiano it is working also for me now with jdk 11 on Linux (as you, I usually run jdk 17, and it's why I saw the...
Updated benchmarks and glutton branch are merged in the branch (after tests). However on a machine with Ubuntu 22.04, I observed random JVM crashes when running on OpenJDK JVM 17...
Some complementary information: changing jvmToolchain to JDK 17 in this branch fixes the jvm crash issue for the docker image (so in general no mixture of JVM, no problem). So...
I observed the crashes with more PDF, usually from 10-20K I think, and never getting more than 25-30K PDF. Both with server running with ./gradlew run or with the Docker...
Back to the JVM crash problem: - I am running on a machine with Ubuntu 22.04 and only JDK 17 installed (from the Ubuntu packages). - Having jvmToolchain set to...
I made some test with the updated version without jvmToolchain and automatic download of JVM and I had no problem anymore. So with `sourceCompatibility/targetCompatibility = 1.11` both my Ubuntu local...
@lfoppiano all the artifacts for 0.8.1 have been published on https://grobid.s3.eu-west-1.amazonaws.com/repo I don't have any errors when building from the DIY repo. Can you give me some info about your...
Hi @MarksonChen This is normally fixed with https://github.com/kermitt2/grobid/pull/1075 Are you using the latest master version?
Thank you @MarksonChen for checking and reporting these arXiv error cases. Indeed the problem is not related to the issue corresponding to https://github.com/kermitt2/grobid/pull/1075, sorry. I just pushed a quick fix...