Skip to main content

Error: java.lang.module.FindException – Module java.xml.ws not found (Ubuntu)

Launching ABRA Flexi on Ubuntu with an Unsupported Java Version

Written by Petr Pech

⚠️ This issue only affects versions up to 2024.7.0
Newer versions include their own Java and are not affected by this issue.

This error means that ABRA Flexi is being launched with a newer version of Java that no longer includes the java.xml.ws module. For these older versions, ABRA Flexi requires an older version of Java (typically Java 8).


How to resolve the issue:

  • Check the current Java version:

java -version
  • List available Java installations:

update-alternatives --display java
sudo update-alternatives --config java
  • Select the appropriate Java version and restart Flexi

Did this answer your question?