DITA-OT rendering causing java.lang.NoClassDefFoundError: ro/sync/basic/io/FilePathToURI Error
Posted: Thu Apr 07, 2022 5:11 pm
Whenever I try to render a pdf using the DITA-OT in oXygen XML Editor I get the following error
The line in the build.xml file is under the transform.topic2fo.index target and is
All of the file paths created exist other than the output file itself, because the line doesn't execute.
I am mostly using XEP but I also have tried using Apache FOP as the FO processer, resulting in the same error.
I am not sure if this error is a Oxygen XML Editor java error or what exactly it means.
Code: Select all
{DITA-OT-Directory}\plugins\org.dita.pdf2\build.xml:264 java.lang.NoClassDefFoundError: ro/sync/basic/io/FilePathToURI
Code: Select all
<index-preprocess input="${inputFile.url}" output="${dita.temp.dir}/stage1.xml" indexConfig="${index.config.file}" locale="${document.locale}" catalogs="${xml.catalog.files}"/>
I am mostly using XEP but I also have tried using Apache FOP as the FO processer, resulting in the same error.
I am not sure if this error is a Oxygen XML Editor java error or what exactly it means.