1
votes

I have downloaded MarkLogic Server version 8. I have configured initial admin steps and I am able to open http://localhost:8001 and http://localhost:8002. However while opening http://localhost:8000 shows 404 error. This never happened before. Can anyone please help me finding what might be the possible reason?

3

3 Answers

2
votes

Strange. Confirm the following:

  • In MarkLogic, is the APP Server on port 8000 running? One scenario is that you have some other server on that port already. It is possible that the server is not started because it could not bind to that port.
  • If the server IS running, then the issue could be with the rewriter:
    • It should be set to /MarkLogic/rest-api/8000-rewriter.xml
    • "rewriter resolves globally" should be set to "true"
1
votes

It is likely that port 8000 is used by some other application on your system. You can either find and disable that application or change the port from 8000 to some other port (say 8100) from within the admin console.

0
votes

You should access http://{host}:8000/qconsole, thought you are missing something there in your url, it should be like this:

http://localhost:8000/qconsole