Selenium node - StartWebDriver Error on KNIME 5.4.3 (Windows 11)

Hello, @qqilihq I updated to the latest version today, but StartWebDriver is not working. I am encountering the error shown below. Could you please assist me with this issue? My operating system is Windows 11, and I am using KNIME 5.4.3.

ERROR Start WebDriver 3:925 Execute failed: dev/failsafe/Policy

ERROR Start WebDriver 3:2960 Execute failed: Could not initialize class org.openqa.selenium.remote.http.ClientConfig

ERROR MolSimilarityNodeModel No license file was found.
Product name: ECFP/FCFP
Licenses are read from:
Please visit About Chemaxon Licensing | Chemaxon Docs or contact sales@chemaxon.com to obtain the corresponding license.

ERROR Start WebDriver 3:925 Execute failed: Could not initialize class org.openqa.selenium.remote.http.ClientConfig
ERROR Start WebDriver 3:925 Execute failed: Could not initialize class org.openqa.selenium.remote.http.ClientConfig

I have updated my Selenium Nodes version and when running the nodes I suddenly see error messages which mention java.lang.NoSuchMethodError – what’s that about?#q35

This issue typically happens if something during the installation gets messed up – the reasons seem to be quite esoteric, but fortunately there’s a simple fix: Run KNIME once in its magic -clean mode to tidy up and all should be fine again.

Open a command line, cd into your KNIME installation directory, and run:

  • Mac and Unix: ./knime -clean
  • Windows: knime.exe -clean
3 Likes

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