Re: [basex-talk] Failure on Second Update to Database

2015-03-26 Thread Eliot Kimber
Is there a workaround for this bug? Do I understand the issue that this only occurs if the first document has a namespace declaration? Cheers, E. — Eliot Kimber, Owner Contrext, LLC http://contrext.com On 3/25/15, 1:44 PM, Christian Grün christian.gr...@gmail.com wrote: Cool--always

Re: [basex-talk] Failure on Second Update to Database

2015-03-26 Thread Christian Grün
Is there a workaround for this bug? Do I understand the issue that this only occurs if the first document has a namespace declaration? Exactly. A dirty workaround would be to add another initial dummy document before adding your topic and meta documents. It's on my list, and I'll try to get it

[basex-talk] Failure on Second Update to Database

2015-03-25 Thread Eliot Kimber
I'm getting a failure on the second commit of XML data via the basexclient command (from my git hook code). I've created a gist here: https://gist.github.com/dc9f6d55d891b06ecae9.git with relevant logs and the data/ directory. The exception reported is: ==

Re: [basex-talk] Failure on Second Update to Database

2015-03-25 Thread Christian Grün
Are you behind a VPN? Nope (both machines have direct access to the internet).. But your Dropbox link worked, thank you! I just tried to clone it from a machine that had a VPN connection going but it failed. When I turned the VPN off then the clone succeeded. Unless it's an issue with

Re: [basex-talk] Failure on Second Update to Database

2015-03-25 Thread Christian Grün
https://gist.github.com/dc9f6d55d891b06ecae9.git Hm, it still gives me 404.. I also tried to download it from a machine with a different IP (both in Germany). Using http or https makes no difference either! I just verified that it's not private and that I could clone it (at least with my

Re: [basex-talk] Failure on Second Update to Database

2015-03-25 Thread Eliot Kimber
Are you behind a VPN? I just tried to clone it from a machine that had a VPN connection going but it failed. When I turned the VPN off then the clone succeeded. Unless it's an issue with GitHub itself. I've but the data on Dropbox here:

Re: [basex-talk] Failure on Second Update to Database

2015-03-25 Thread Christian Grün
Eliot, Thanks for reporting this. The gist does not seem to exist (anymore); could you please check it again? Thanks in advance, Christian On Wed, Mar 25, 2015 at 3:58 PM, Eliot Kimber ekim...@contrext.com wrote: I'm getting a failure on the second commit of XML data via the basexclient

Re: [basex-talk] Failure on Second Update to Database

2015-03-25 Thread Christian Grün
Cool--always happy to reveal a bug. ;) And I'm always happy to receive bug reports, because it feels like just being one step closer to a bug-free release. Let me know if I can help in testing a fix. Thanks for the offer. I noticed that the error was caused by an old assertion in the code..

Re: [basex-talk] Failure on Second Update to Database

2015-03-25 Thread Christian Grün
Pardon me… I just tried to call the gist in the browser. Using git clone works as you said. I managed to reproduce the problem, and it's a clear bug [1]. We'll do our best to fix it as soon as possible. Best, Christian [1] https://github.com/BaseXdb/basex/issues/1112 On Wed, Mar 25, 2015 at

Re: [basex-talk] Failure on Second Update to Database

2015-03-25 Thread Eliot Kimber
Cool--always happy to reveal a bug. Let me know if I can help in testing a fix. Cheers, E. — Eliot Kimber, Owner Contrext, LLC http://contrext.com On 3/25/15, 1:23 PM, Christian Grün christian.gr...@gmail.com wrote: Pardon me… I just tried to call the gist in the browser. Using git