Re: [basex-talk] BaseX/GUI v9.1.2 memory use

2019-01-22 Thread Rick Graham
> at javax.swing.JComponent.paint(JComponent.java:1065) > at javax.swing.JComponent.paintChildren(JComponent.java:889) > at javax.swing.JComponent.paint(JComponent.java:1065) > at javax.swing.JComponent.paintChildren(JComponent.java:889) > at javax.swing.JComponent.paint(JCompo

[basex-talk] BaseX/GUI v9.1.2 memory use

2019-01-22 Thread Rick Graham
Hello, Thanks again, as always, for a great product. I just installed BaseX v9.1.2 (upgrading from a previous v9.1.2 snapshot), launched the GUI and then got interrupted. When I returned, almost all of the JVM's memory was being used. I hit "GC" several times but it didn't seem to help. I had

Re: [basex-talk] BaseX/GUI v9.1.2 memory use

2019-01-22 Thread Rick Graham
The command-line seemed to be operating normally. What exactly is/are my project directories? I attached to the running GUI instance `strace -f -e trace=stat -p 13368` and it has infinite repetitions of: [pid 13436] >

Re: [basex-talk] BaseX/GUI v9.1.2 memory use

2019-01-22 Thread Rick Graham
; Best, > Bridger > > On Tue, Jan 22, 2019 at 4:56 PM Rick Graham wrote: > >> The command-line seemed to be operating normally. >> >> What exactly is/are my project directories? >> >> I attached to the running GUI instance `strace -f -e trace=stat -p 13368`

Re: [basex-talk] BaseX/GUI using all memory

2018-12-17 Thread Rick Graham
Hi Christian, I tried the snapshot release and it seems to be much better about releasing memory. I still needed to increase "-Xmx" so that nvdcve-1.0-2018.json.zip could be loaded (all default settings, I think), but after I did, everything seemed to work fine. I'll continue to exercise it.

[basex-talk] BaseX/GUI using all memory

2018-12-15 Thread Rick Graham
Greetings, First of all, thank you very much for BaseX. It has made many of my assignments this semester doable, more enjoyable, and better. Using it, I could demonstrate database features at scale where only toy minimal examples were required. The source of most of my data has been NIST's

Re: [basex-talk] BUG: Can't parse JSON from GZIP archive

2018-11-25 Thread Rick Graham
Would've filed an issue, but the request is to post here first. (?) Using version 9.1 BaseX app, a GZIP archive of a JSON database can't be used to properly create a database. Interestingly, a ZIP archive

Re: [basex-talk] BUG: Can't parse JSON from GZIP archive

2018-11-25 Thread Rick Graham
Hi Christian, Thanks for the reply. I just wanted to use https://nvd.nist.gov/feeds/json/cve/1.0/nvdcve-1.0-recent.json.gz with basexgui. basexgui doesn't seem to process the archive correctly. The archive https://nvd.nist.gov/feeds/json/cve/1.0/nvdcve-1.0-recent.json.zip seems to be processed

Re: [basex-talk] BUG: Can't parse JSON from GZIP archive

2018-11-26 Thread Rick Graham
Hi Christian, Yes, that feature works fine in the latest snapshot. Thank you. I'm wondering if an email to n...@nist.gov might encourage them to include filenames in all their archives. And while you're poking around the BaseX archive stuff ... would you want to set the Database Resource

Re: [basex-talk] BUG: Can't parse JSON from GZIP archive

2018-11-26 Thread Rick Graham
Hi Christian, Thanks for your quick replies. "ISIZE (Input SIZE)" from https://tools.ietf.org/html/rfc1952 looks promising for most GZIP archives containing a single file. N.B.: The Database Resource Properties INPUTSIZE for ZIP archives also shows "0 b". Thanks and regards, RG On Mon, Nov

Re: [basex-talk] Coding help

2019-08-05 Thread Rick Graham
Hi Greg, So, to be clear and succinct, the goal is to create a single XML file containing all XML files that have a predefined text string match in them, yes? If so, I'm wondering if creating any database is necessary. A single pass through all the files, searching for the text string, and