Hi,
I am using the latest version from the SVN repo. It works mostly fine, but it reported that an attribute index wasn't present. Trying to add the Attribute index threw up this error.
Possible bug? Feedback is welcome: basex-talk@mailman.uni-konstanz.de BaseX 6.2.4: java.lang.ArrayIndexOutOfBoundsException: 0 org.basex.util.Num.size(Num.java:97) org.basex.index.ValueBuilder.write(ValueBuilder.java:193) org.basex.index.ValueBuilder.merge(ValueBuilder.java:143) org.basex.index.ValueBuilder.build(ValueBuilder.java:92) org.basex.index.ValueBuilder.build(ValueBuilder.java:40) org.basex.core.cmd.ACreate.index(ACreate.java:121) org.basex.core.cmd.CreateIndex.run(CreateIndex.java:63) org.basex.core.Command.run(Command.java:234) org.basex.core.Command.exec(Command.java:217) org.basex.core.Command.execute(Command.java:65) org.basex.core.Command.execute(Command.java:77) org.basex.gui.GUICommands$50.run(GUICommands.java:963)
I tried exporting everything and reloading it again, but strangely enough it couldn't parse one file that oXygen could parse without problems. Anyway, after all documents except one were reloaded into the db it reported a missing attribute index. I tried to add it again, but I got the same error again.
I know I'm not using a release version, I'm not complaining, just reporting.
Regards,
Huib.
Huib,
thanks as usual for the notification. This is by all means, as we try to keep all minor releases stable as well. Lots of questions:
– Which version did you run? – Does the problem persist in the latest version (6.2.4)? – Could you send us the file that's accepted by oXygen, or give us the error message? – Can you reproduce the problem with single files, or does it only occur on the complete document set?
Christian
On Tue, Aug 17, 2010 at 12:00 PM, Huib Verweij hhv@home.nl wrote:
Hi,
I am using the latest version from the SVN repo. It works mostly fine, but it reported that an attribute index wasn't present. Trying to add the Attribute index threw up this error.
Possible bug? Feedback is welcome: basex-talk@mailman.uni-konstanz.de BaseX 6.2.4: java.lang.ArrayIndexOutOfBoundsException: 0 org.basex.util.Num.size(Num.java:97) org.basex.index.ValueBuilder.write(ValueBuilder.java:193) org.basex.index.ValueBuilder.merge(ValueBuilder.java:143) org.basex.index.ValueBuilder.build(ValueBuilder.java:92) org.basex.index.ValueBuilder.build(ValueBuilder.java:40) org.basex.core.cmd.ACreate.index(ACreate.java:121) org.basex.core.cmd.CreateIndex.run(CreateIndex.java:63) org.basex.core.Command.run(Command.java:234) org.basex.core.Command.exec(Command.java:217) org.basex.core.Command.execute(Command.java:65) org.basex.core.Command.execute(Command.java:77) org.basex.gui.GUICommands$50.run(GUICommands.java:963)
I tried exporting everything and reloading it again, but strangely enough it couldn't parse one file that oXygen could parse without problems. Anyway, after all documents except one were reloaded into the db it reported a missing attribute index. I tried to add it again, but I got the same error again.
I know I'm not using a release version, I'm not complaining, just reporting.
Regards,
Huib. _______________________________________________ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
basex-talk@mailman.uni-konstanz.de