Hi Huib,
I’ve never tried our docker images, but as far as I know, the last DBA docker images are based on 8.5.4. Are you still working with BaseX 8?
Best, Christian
On Thu, Nov 29, 2018 at 5:29 PM Huib Verweij basex.org@x-scale.nl wrote:
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#53543...
Regards,
Huib.