This is happening in the call to db:store where the path is 'alpha/bravo/charlie/delta.zip/subfolder/subfile.ext'
Hm, so this is the relative path to the local resource you want to store? Does it work if you specify the absolute path?
Could it have something to do with a default archive parser for archives in the Java Client ?
The Java client (if it’s the one I believe it is) is very dumb; it just passes on everything to the server.
On Fri, Dec 11, 2015 at 10:10 AM, Christian Grün christian.gruen@gmail.com wrote:
In the meantime can you shed some light into the > [FODC0002] Resource 'delta.zip' does not exist.' error?
(cc to the list): It simply says that a database resource does not exist.
Maybe you have more than one BaseX database directory in your environment? Could you try db:list('...db...') and check what results are returned in the GUI and via the client?
On Fri, Dec 11, 2015 at 9:53 AM, Christian Grün christian.gruen@gmail.com wrote:
The raw stored file was slightly larger than the original zip.
Do you have an example for that?
But when I submit the exact same query using the Java client I get the following error:
Stopped at ., 1/216: [FODC0002] Resource 'delta.zip' does not exist.
It shouldn’t make a difference. I’ll probably need more info to track this down.