For the task at hand I need to create a database on a daily base from file packages I received. The language taken here is German, however the files contain lots of international characters as well. Usually this does not harm, and I don’t know if this is the real cause of failure in this case.

Actually, the database was created, but an error message occurred which was not very specific: “file xxx could not be parsed”. File “xxx” was the last file of the package, and it was accessible for xQuery search. However, no full-text index was created as with the other packages. Trying to create the index directly resulted in a different message: “Improper use? … Stack Trace: java.lang.ArrayIndexOutOfBoundsException”.

 

The package can be downloaded from http://www.hellerim.de/downloads/BaseX/20150203_023.7z.

 

This does not look like a problem with the data but rather like a bug in BaseX. If I’m wrong, however, I would prefer to get a message which points me to the problem so I can try to solve it.

 

Kind regards,

 

Goetz