Hi,
I have a strange case of receiving a “No function found that matches the request” message from BaseXDBA.
I did a "docker build -t basexdba ." in de root of the source folder of BaseX as per the DBA example in http://docs.basex.org/wiki/Docker.
I got a basexdba:latest image and started it with “docker run -p 8984:8984 basexdba:latest”.
According to the documentation I should get the dba page with: http://localhost:8984/dba but the server returns "No function found that matches the request.".
There’s also a recent question on Stackoverflow about this: https://stackoverflow.com/questions/53462688/docker-basex-dba/53543130#53543130
Regards,
Huib.