|
From: Dannes W. <da...@ex...> - 2021-05-11 18:32:07
|
Hi, > On 11 May 2021, at 16:11 , Gerrit Boers <gb...@xs...> wrote: > > Here’s the error message in the Java client: > > org.xmldb.api.base.XMLDBException: Failed to invoke method getDocumentData in class org.exist.xmlrpc.RpcConnection: java.nio.file.NoSuchFileException: /tmp/exist-db-temp-file-manager-4799381294643377191/exist-db-temp-1519535726255396432.tmp I assume it is related to my PR: https://github.com/eXist-db/exist/pull/3829 , the issue is described in https://github.com/eXist-db/exist/issues/3826 ; The quickest solution is to - manually create the directory /tmp/exist-db-temp-file-manager-4799381294643377191/ - change the clean up process to exclude *exist* directories in tmp (see links) regards Dannes |