Hi Christian, Thank you very much for the reply. I make sense if the node limit is the problem. Even though we couldn't check the actual database info because it was broken then :-) Our data consists of hundreds of thousands xml documents and each of them has several thousands of nodes. The error occurred while we added it to a database. Thanks, Kento -----Original Message----- From: Christian GrĂ¼n [mailto:christian.gruen@gmail.com] Sent: Tuesday, April 24, 2012 1:37 AM To: Tarui, Kento Cc: basex-talk@mailman.uni-konstanz.de Subject: Re: [basex-talk] BaseXClient.py raised IOError Hi Kento, what's the total size of your XML documents? As Mattijs indicated, it may be that you have reached the id limit of 2^31 entries. In this case, you can distribute your data to multiple database instances, all of which can be queried by a single XQuery. Our documentation contains some statistics on large databases that have been created with BaseX [1]. Hope this helps, your feedback is welcome, Christian [1] http://docs.basex.org/wiki/Statistics ___________________________ On Mon, Apr 23, 2012 at 5:30 PM, Mattijs Ugen <m.ugen@student.utwente.nl> wrote:
Is it a coincidence that this value is exactly 2 * 31 - 1 (Integer.MAX_VALUE) ?
java.lang.ArrayIndexOutOfBoundsException: 2147483647
*snip*
Mattijs
_______________________________________________ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk