Publish fail using v24 Oxygen Webhelp responsive plugin

We are running Tridion Docs 14sp3 on RWS hosted server and the publish is failing due to this error: "Implementation of JAXB-API has not been found on module path or classpath."  Has anyone come across this issue or have any ideas how to resolve it?

Parents
  • Hey Tim,

    It seems that JAXB has been deprecated in Java 8/9 and removed in Java 11. Tridion Docs 14 is using OpenJDK11 by default, unless requested otherwise. Some older tool kits cannot work with OpenJDK11.

    Do you know if this is a new Dita OT plugin or have you been able to use it before? If you have been able to use it with an older version, most likely it is because it was using an older version of Java. If this is a new plugin, we need to install a number of dependencies and configure the classpaths so that Dita-OT can find them.

Reply
  • Hey Tim,

    It seems that JAXB has been deprecated in Java 8/9 and removed in Java 11. Tridion Docs 14 is using OpenJDK11 by default, unless requested otherwise. Some older tool kits cannot work with OpenJDK11.

    Do you know if this is a new Dita OT plugin or have you been able to use it before? If you have been able to use it with an older version, most likely it is because it was using an older version of Java. If this is a new plugin, we need to install a number of dependencies and configure the classpaths so that Dita-OT can find them.

Children