Re: [basex-talk] fork-join and recursive function

2016-08-31 Thread Carl Leitner
Hi Christian, Raising this general thread of conversation again. I seem to be running into some weird issues with recursion and fork-join(). I am getting some non-deterministic behavior running the hierarchy extractor function below. There are no errors of note, but I think maybe some of

[basex-talk] 8.5.3 and xquery:invoke ...

2016-08-31 Thread Marco Lettere
Hello again, at the end I managed to reproduce the issue we are currently facing with xquery:invoke in 8.5.3 (and also in latest snapshot). Please consider the three queries [1,2,3]. The store [2] into a subdirectory src of the directory containing [1] and store [3] into a directory src2 of

Re: [basex-talk] REST API not working

2016-08-31 Thread E. Wray Johnson
I apologize, by 12 I meant Windows Server 2012. BaseX version is 8.5.3 By TCP vs REST I mean for REST I was using default port 8984 instead of the default server TCP port 1984 For example: http://*admin*:*admin*@localhost:8984/*rest *OR http://localhost:8984/ *rest* I run basexserver from DOS

Re: [basex-talk] Problems with 8.5.3

2016-08-31 Thread Andy Bunce
Hi Marco. I hit the SQL issue to see https://github.com/BaseXdb/basex/issues/1341 /Andy On 31 August 2016 at 14:46, Marco Lettere wrote: > Hi all, > after passing to 8.5.3 we have several points in our current application > that stop working. > > The first one refers to

[basex-talk] Problems with 8.5.3

2016-08-31 Thread Marco Lettere
Hi all, after passing to 8.5.3 we have several points in our current application that stop working. The first one refers to the use of sql module. The following query worked neatly in previous version 8.5.1 beta let $init := sql:init("com.mysql.jdbc.Driver") let $connection :=

Re: [basex-talk] REST API not working

2016-08-31 Thread Dirk Kirsten
well, that makes sense :) On 08/31/2016 03:17 PM, Bram Vanroy wrote: > Just a guess, but I think he means Windows Server 2012! > > -Oorspronkelijk bericht- > Van: basex-talk-boun...@mailman.uni-konstanz.de > [mailto:basex-talk-boun...@mailman.uni-konstanz.de] Namens Dirk Kirsten >

Re: [basex-talk] REST API not working

2016-08-31 Thread Bram Vanroy
Just a guess, but I think he means Windows Server 2012! -Oorspronkelijk bericht- Van: basex-talk-boun...@mailman.uni-konstanz.de [mailto:basex-talk-boun...@mailman.uni-konstanz.de] Namens Dirk Kirsten Verzonden: woensdag 31 augustus 2016 15:15 Aan: basex-talk@mailman.uni-konstanz.de

Re: [basex-talk] REST API not working

2016-08-31 Thread Dirk Kirsten
Hello, Windows 12? I am an long-time linux-only user, but isn't the most current windows version 10 or am I missing the news completely? You will have to be much more specific. Please specify which BaseX version you use, please post how you start the basexserver and the console output and how

Re: [basex-talk] Basex server ports

2016-08-31 Thread Bram Vanroy
Hello Thank you for the quick reply! I thought so, but I mainly asked because I am not sure what the difference is between the first two items I listed. I found this [1] in the documentation but I don’t quite understand how they differ. Why are it different names (PORT and SERVERPORT) if they

[basex-talk] REST API not working

2016-08-31 Thread E. Wray Johnson
Windows 12 server, running basexserver. Server is listening but hangs and never returns anything. When server is killed behavior is different so I can tell the server was listening on the REST port when running. I am not confusing the TCP port with REST port.

Re: [basex-talk] Basex server ports

2016-08-31 Thread Braunschweig , Björn
Hi Bram, Maybe you should take into account using one of the official basex docker images. Then its easily possible to run multiple containers in parallel and mapped to different ports. Regards, Björn Von: basex-talk-boun...@mailman.uni-konstanz.de

Re: [basex-talk] Basex server ports

2016-08-31 Thread Dirk Kirsten
Hi Bram, well, all of them. Only one application at a given time can listen to a single (TCP-)port, sou otherwise you will get an "address already in use" error. Cheers, Dirk On 08/31/2016 12:35 PM, Bram Vanroy wrote: > > Hi all > > > > I am trying to initialise multiple server on a single

[basex-talk] Basex server ports

2016-08-31 Thread Bram Vanroy
Hi all I am trying to initialise multiple server on a single machine. This will probably be possibly by listening to different ports. The question that I have is that I am not sure which values to change in the .basex file. Candidates are: PORT SERVERPORT EVENTPORT STOPPORT Which of