Re: java.lang.Error: Maximum lock count exceeded

2023-07-16 Thread Jean-Marc Vanel
It is Jena 4.8.0 . Jean-Marc Vanel +33 (0)6 89 16 29 52 Le dim. 16 juil. 2023 à 21:53, Andy Seaborne a écrit : > https://github.com/apache/jena/issues/1499 > > Are you are using 4.6.0? > > Andy > > On

Re: java.lang.Error: Maximum lock count exceeded

2023-07-16 Thread Andy Seaborne
https://github.com/apache/jena/issues/1499 Are you are using 4.6.0? Andy On 16/07/2023 14:54, Jean-Marc Vanel wrote: Every few weeks, I get this stack, and the database is unusable afterwards. Is there some "purge" to call now and then ? java.lang.Error: Maximum lock count exceeded

java.lang.Error: Maximum lock count exceeded

2023-07-16 Thread Jean-Marc Vanel
Every few weeks, I get this stack, and the database is unusable afterwards. Is there some "purge" to call now and then ? java.lang.Error: Maximum lock count exceeded at java.base/java.util.concurrent.locks.ReentrantReadWriteLock$Sync.fullTryAcquireShared(ReentrantReadWriteLock.java:535)