XPath Error

Hi @ipazin
no I am on windows 10 (latest KNIME version)
br

1 Like

@bjoern.lohrmann

Hey I am allowed to share my BMECat and Workflow. But I am not allowed to post them in the forum. Can i send it to you directly?

@CyberCrimeFlo (and everyone else running into this issue)

We believe we have found the root cause of the error. The internal ticket number is AP-17454 and we are aiming to release a fix with KNIME AP 4.4.2 (coming soon).

We could reproduce this issue in the XPath node using XML documents with more than 2000 lines, when the operating system is using a non-English locale (e.g. German localization). The XML parser of Java 11 (which we adopted with AP 4.4) seems to behave differently for non-English locales.

  • Björn
7 Likes

A temporary fix could be to run your local KNIME instance with an additional parameter to change the locale. This can be done by navigating to your KNIME folder where the knime.exe lives and exectue it via console with “knime.exe -nl en_US”. This allows you to get rid of this error for the time being until 4.4.2 is released. :slight_smile:

5 Likes

Hello @CyberCrimeFlo, @e2dboden and @mpreusse,

in case you haven’t seen version 4.2.2. is out. Would be good if you can verify that included fix is working for you.

Br,
Ivan

3 Likes

Thanks @ipazin, it works now!

And big thanks to the KNIME team for fixing this bug.

2 Likes

Glad to hear that @mpreusse :slight_smile:
Ivan

Hey @ipazin,

it works!

Thank you very much

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.