Hi,
I'm trying to access a database locally via HTTP on port 8984, and I keep getting "Address already in use" 503 Error.
I've attached the error's log entry.
Nothing else appears to be using that port.
Thanks,
Shaun
Did you try a "netstat -nltp" as root under Linux to see if something is listening on the port ?
On 26 Feb 2013, at 18:09, McDonald, Shaun wrote:
Hi,
I’m trying to access a database locally via HTTP on port 8984, and I keep getting “Address already in use” 503 Error.
I’ve attached the error’s log entry.
Nothing else appears to be using that port.
Thanks,
Shaun <2013-02-26-Error-Entry.log>_______________________________________________ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
On Tue, 2013-02-26 at 18:13 +0100, Ludovic Kuty wrote:
Did you try a "netstat -nltp" as root under Linux to see if something is listening on the port ?
or (as root) lsof -i TCP:8984 which will list the process, if any.
Also make sure that you're contacting the right host :) BaseX has a habit of moving the configuration files around between releases, so sometimes the client isn't using the same conf file as the server.
Liam
basex-talk@mailman.uni-konstanz.de