On Mon, Feb 10, 2020 at 02:28:08PM +0100, Ben Engbers scripsit:
Op 10-02-2020 om 14:07 schreef Graydon:
[snip]
The GUI works fine (always has). It was only last week that I first had to use the basexclient.
So we may suppose you have a good copy.
[big snip]
Did you add something to CLASSPATH?
I have not. (And indeed appear to have no local CLASSPATH value at all.)
Generally doing things to CLASSPATH with containerized Java programs seems to be a way to cause chaos because now the containerized app doesn't know what it's loading. (This view may be a function of me not knowing very much about Java.)
What it looks like you've got going on is a situation where basex uses modules and the java it's getting doesn't, but that doesn't explain why the gui runs fine. It makes me suspect that you're having an interaction with httpd somehow.
-- Graydon