Hi Andreas (cc to the list),
Thanks for forwarding the error message, which indicates that removed »Text Parser« may have caused the problem [1]. Good to know it works again.
Best, Christian
[1] https://docs.basex.org/wiki/Parsers#Changelog
On Mon, Aug 7, 2023 at 5:57 PM Andreas Hartmann andreas.hartmann@gmx.org wrote:
Hi Christian,
in fact I installed BaseX from the .exe. I did now try the .jar and .zip and those work without any problems. Then I did a clean reinstall with the .exe and this seems to have fixed the problem. This is the first time I had problems with installing a new version over an existing installation.
For what it’s worth, when starting the jar-file from the .exe before the reinstall and clicking on the icon I got in the command line:
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: Index 3 out of bounds for length 3
at
org.basex.gui.dialog.DialogParsing.setType(DialogParsing.java:79)
at org.basex.gui.dialog.DialogImport.action(DialogImport.java:165) at org.basex.gui.dialog.DialogNew.action(DialogNew.java:115) at org.basex.gui.dialog.DialogNew.<init>(DialogNew.java:105) at org.basex.gui.GUIMenuCmd$1.execute(GUIMenuCmd.java:40) at
org.basex.gui.layout.BaseXButton.lambda$command$2(BaseXButton.java:115)