Thank you, both. I've dealt with that error, and now the browser just loads indefinitely.
The http server's listening on 8984 and configured to stop on 8985. The db server is on 1984.
Forgive me, I'm a link architect doing a POC without system support. It's been a while since I've had to configure an app server. Would someone by chance have example config values of a successful basexhttp installation?
Thanks, again for your help.
Cheers,
Shaun
Message: 1 Date: Tue, 26 Feb 2013 12:09:45 -0500 From: "McDonald, Shaun" Shaun.McDonald@oup.com To: "basex-talk@mailman.uni-konstanz.de" basex-talk@mailman.uni-konstanz.de Subject: [basex-talk] Address already in use Message-ID: <072DBA0C025AE84D92C277D05803771023FEF5065F@usmb02.us.oup .com> Content-Type: text/plain; charset="us-ascii"
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
Message: 2 Date: Tue, 26 Feb 2013 18:13:27 +0100 From: Ludovic Kuty mailing@kuty.be To: basex-talk@mailman.uni-konstanz.de Subject: Re: [basex-talk] Address already in use Message-ID: 7BCFE308-49B1-4BE4-ABD4-509F9BE54431@kuty.be Content-Type: text/plain; charset="windows-1252"
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
Message: 3 Date: Tue, 26 Feb 2013 12:21:51 -0500 From: Liam R E Quin liam@w3.org To: Ludovic Kuty mailing@kuty.be Cc: basex-talk@mailman.uni-konstanz.de Subject: Re: [basex-talk] Address already in use Message-ID: 1361899311.21728.48.camel@localhost.localdomain Content-Type: text/plain; charset="ISO-8859-15"
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
Here it is. I've just customized the paths to where BaseX is installed.
# BaseX Property File.
# General Options DBPATH = /Users/ludo/Applications/basex/data REPOPATH = /Users/ludo/Applications/basex/repo DEBUG = false LANG = English LANGKEYS = false
# Client/Server Architecture HOST = localhost PORT = 1984 SERVERPORT = 1984 EVENTPORT = 1985 USER = PASSWORD = SERVERHOST = PROXYHOST = PROXYPORT = 80 NONPROXYHOSTS = TIMEOUT = 0 KEEPALIVE = 0 PARALLEL = 8 LOG = true LOGMSGMAXLEN = 1000
# HTTP Services WEBPATH = /Users/ludo/Applications/basex/webapp RESTXQPATH = restxq HTTPLOCAL = false STOPPORT = 8985
# Experimental Options DBLOCKING = false
On 27 Feb 2013, at 14:57, McDonald, Shaun wrote:
Thank you, both. I've dealt with that error, and now the browser just loads indefinitely.
The http server's listening on 8984 and configured to stop on 8985. The db server is on 1984.
Forgive me, I'm a link architect doing a POC without system support. It's been a while since I've had to configure an app server. Would someone by chance have example config values of a successful basexhttp installation?
Thanks, again for your help.
Cheers,
Shaun
Message: 1 Date: Tue, 26 Feb 2013 12:09:45 -0500 From: "McDonald, Shaun" Shaun.McDonald@oup.com To: "basex-talk@mailman.uni-konstanz.de" basex-talk@mailman.uni-konstanz.de Subject: [basex-talk] Address already in use Message-ID: <072DBA0C025AE84D92C277D05803771023FEF5065F@usmb02.us.oup .com> Content-Type: text/plain; charset="us-ascii"
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
Message: 2 Date: Tue, 26 Feb 2013 18:13:27 +0100 From: Ludovic Kuty mailing@kuty.be To: basex-talk@mailman.uni-konstanz.de Subject: Re: [basex-talk] Address already in use Message-ID: 7BCFE308-49B1-4BE4-ABD4-509F9BE54431@kuty.be Content-Type: text/plain; charset="windows-1252"
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
Message: 3 Date: Tue, 26 Feb 2013 12:21:51 -0500 From: Liam R E Quin liam@w3.org To: Ludovic Kuty mailing@kuty.be Cc: basex-talk@mailman.uni-konstanz.de Subject: Re: [basex-talk] Address already in use Message-ID: 1361899311.21728.48.camel@localhost.localdomain Content-Type: text/plain; charset="ISO-8859-15"
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
BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
basex-talk@mailman.uni-konstanz.de