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 -- Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/ Pictures from old books: http://fromoldbooks.org/ Ankh: irc.sorcery.net irc.gnome.org freenode/#xml
participants (3)
-
Liam R E Quin -
Ludovic Kuty -
McDonald, Shaun