Thanks; I'll try to generate a similar scenario. Two more questions: are you working with the latest version/snapshot of BaseX? Which system are you working on? ____________________________
Thank you for your response Christian.
Each time I launch my code, I get the same error after several minutes of importing.
Here is my java code :
BaseXServer server; server = new BaseXServer();
session = new BaseXClient("localhost", 1984, "admin", "admin");
session.execute("CREATE DB mydatabase inputFolder");
I get the error at this moment...