[basex-talk] Bug creating full-text index

2020-05-06 Thread Sebastian Guerrero
Hello from Argentina!!!, thanks for the excellent software, I'm so happy learning a bit more about BaseX! Sadly I get an error trying to create a full-text index for a 51GB database: *Improper use? Potential bug? Your feedback is welcome:Contact: basex-talk@mailman.uni-kon

Re: [basex-talk] Bug creating full-text index

2020-05-06 Thread Sebastian Guerrero
na salud) a Argentina, > Christian > > [1] https://docs.basex.org/wiki/Indexes#Selective_Indexing > > > > On Wed, May 6, 2020 at 1:18 PM Sebastian Guerrero > wrote: > > > > Hello from Argentina!!!, thanks for the excellent software, I'm so happy >

[basex-talk] Query optimizer bug with nested for? - java.lang.NullPointerException at Path.index(Path.java:673)

2020-05-11 Thread Sebastian Guerrero
Hi everybody! Maybe it's a newbie issue, but I would like your comments. I'm writing a RESTXQ method to search among a couple of databases. ( >100 databases ) Some databases are split into a couple of parts due to the number of nodes. For example US: it's separated into US00, US01 and US02. So,

Re: [basex-talk] Query optimizer bug with nested for? - java.lang.NullPointerException at Path.index(Path.java:673)

2020-05-11 Thread Sebastian Guerrero
Hi Christian!, thanks for your reply :-) I've just downloaded the latest snapshot [1] and executed the query [2], and yes: the problem is still there. Cheers, Sebastian. [1] https://imgur.com/ahgMg7p [2] https://imgur.com/tDCAtCu On Mon, May 11, 2020 at 3:58 PM Christian Grün wrote: > Maybe i

Re: [basex-talk] Query optimizer bug with nested for? - java.lang.NullPointerException at Path.index(Path.java:673)

2020-05-11 Thread Sebastian Guerrero
r you [1]. > > Cheers, > Christian > > [1] http://files.basex.org/releases/latest/ > > > > On Mon, May 11, 2020 at 9:47 PM Sebastian Guerrero > wrote: > > > > Hi Christian!, thanks for your reply :-) > > > > I've just downloaded the latest snapshot [1

Re: [basex-talk] Query optimizer bug with nested for? - java.lang.NullPointerException at Path.index(Path.java:673)

2020-05-11 Thread Sebastian Guerrero
; > Cheers, > > Sebastian. > > > > > > On Mon, May 11, 2020 at 6:15 PM Christian Grün < > christian.gr...@gmail.com> wrote: > >> > >> Buenas noticias: The bug is fixed. A new snapshot is waiting for you > [1]. > >> > >> Cheers, &

[basex-talk] Same query returns different amount of records

2020-05-13 Thread Sebastian Guerrero
Hi everyone! it's me again. Here is my doubt: If I execute this query: * (# db:enforceindex #) { for $db in ('US00','US01','US02') for $tmUS in db:open($db)/trademark-applications-daily/application-information/file-segments/action-keys/case-file

Re: [basex-talk] Same query returns different amount of records

2020-05-18 Thread Sebastian Guerrero
(this will further > speed up query evaluation). A look at the optimized query in the > InfoView panel will give you some more hints. > > Cheers, > Christian > > [1] http://files.basex.org/releases/latest/ > [2] https://github.com/BaseXdb/basex/issues/1864 > > > >

[basex-talk] Full-text index: searches for common words in another node. Does it take a lot of time?

2020-05-18 Thread Sebastian Guerrero
Hi everybody. I'm here again with my doubts. Thank you for your patience. ^^ I have a database of trademarks with a full-text index for two nodes: **:mark-identification,*:party-name*. [1] Where "*mark-identification*" contains the name of the trademark, and " *party-name*" contains the name of

Re: [basex-talk] Full-text index: searches for common words in another node. Does it take a lot of time?

2020-05-18 Thread Sebastian Guerrero
really appreciated working with basex that time, because others were in > a kind of java/relational mapping hell... Me, I just had to add xml > documents, reindex, and sometimes purge deleted items. > > Best, > Fabrice > > -- > *De :* BaseX-Talk de la part

[basex-talk] util:item - java.lang.NullPointerException

2020-05-20 Thread Sebastian Guerrero
Hi BaseX team! I have a database with a text-index for a node named "*serial-number"* with 2,164,980 occurrences of text '*000*'. *[1]* If I execute : *util:item(db:text("US02", "000"), 1)* I get '000', as expected. But, If I execute: * util:item(db:text("US02", "000"), 2) *

Re: [basex-talk] util:item - java.lang.NullPointerException

2020-05-21 Thread Sebastian Guerrero
x.org/releases/latest/ > > > > On Thu, May 21, 2020 at 1:04 AM Sebastian Guerrero > wrote: > > > > Hi BaseX team! > > > > I have a database with a text-index for a node named "serial-number" > with 2,164,980 occurrences of text '000'

[basex-talk] RESTXQ - java.lang.OutOfMemoryError: Java heap space

2020-05-28 Thread Sebastian Guerrero
Hi BaseX team! A quick question. Is there some known bug/common setting missing for RESTXQ and memory problems? I have this simple module ( into /webapp, a .xqm file ) : *module namespace exe = 'http://site.com/execute ';* *declare * *%updating* * %rest:path("update")*

Re: [basex-talk] RESTXQ - java.lang.OutOfMemoryError: Java heap space

2020-05-29 Thread Sebastian Guerrero
you could try to limit memory usage and execution > time via the 'memory' and 'timeout' parameters [1]. However, as it’s > close to impossible to reliably control the memory consumption of > single threads in Java, I would rather suggest providing predefined > user q

[basex-talk] HTTP server stop working during long time process

2021-11-25 Thread Sebastian Guerrero
Hi team! I'm enjoying using BaseX more than a year ago, thank you very much for all your help. But then, suddenly, the HTTP server instance stops working while I'm executing a long time duration process: around 4 hours to generate some indexes. ( the process just crash and I have to restart it ).

Re: [basex-talk] HTTP server stop working during long time process

2021-11-25 Thread Sebastian Guerrero
an, > > how did you start the HTTP server? > > If you use the basexhttp startup script from our full distributions > (ZIP, etc.), you can redirect the output to files: > > $ basexhttp >basex.log 2>basex.err > > This is mostly helpful for unexpected behavior, if e.

Re: [basex-talk] OpenJDK vs. Oracle JDK versus ...

2022-03-22 Thread Sebastian Guerrero
Hi Christian, And which one do you prefer for Linux? Best regards, Sebastian. On Tue, 22 Mar 2022 at 17:04, Christian Grün wrote: > Hi Jonathan, > > The Adoptium OpenJDK distributions are currently my favorite ones for > Windows [1]. > > Hope this helps, > Christian > > [1] https://adoptium.ne

Re: [basex-talk] OpenJDK vs. Oracle JDK versus ...

2022-03-22 Thread Sebastian Guerrero
Thank you very much, Christian, Abrazo. Sebastian. On Tue, 22 Mar 2022 at 17:30, Christian Grün wrote: > > And which one do you prefer for Linux? > > That depends on the Linux distribution: Most of them provide OpenJDK > builds via the package managers. If no builds are available, the > Adoptiu

[basex-talk] java.lang.ArrayIndexOutOfBoundsException: 559483324

2022-06-07 Thread Sebastian Guerrero
Hi BaseX team, Is this a bug or an improper use? *Unexpected error: Improper use? Potential bug? Your feedback is welcome:* *Contact: basex-talk@mailman.uni-konstanz.de * *Version: BaseX 9.7.2* *Java: Oracle Corporation, 1.8.0_281* *OS: Windows 10, amd64* *Stack Trace: * *java.lang.ArrayIndexOutO

Re: [basex-talk] java.lang.ArrayIndexOutOfBoundsException: 559483324

2022-06-08 Thread Sebastian Guerrero
Hi BaseX team, Never mind the previous email, I've discovered it's caused by a corrupted database. I've repaired it and now it works like a charm. Best Regards, Sebastian. On Tue, 7 Jun 2022 at 19:23, Sebastian Guerrero wrote: > Hi BaseX team, > > Is this