[basex-talk] OverlappingFileLockException error for BaseX version 9.2.4

2020-07-02 Thread Pham Huu Bang
Hello, I have a Java web application which relies on BaseX library to mostly read XML files (they are quite big, e.g: 20 MB per file) by XQuery. The XQuery is also quite complicated. It takes ~3 seconds to query. Configuration file .basex: https://pastebin.com/3EH7MJi5 I got the error below when

Re: [basex-talk] OverlappingFileLockException error for BaseX version 9.2.4

2020-07-02 Thread Christian GrĂ¼n
Hi Pham, If you use BaseX with Java, you should either work with the Client/Server architecture (see [1] for examples) or ensure that all operations are based on and registered via the same database context (Context.java). Feel free to share a minimum Java example with us. Best, Christian [1] ht