I'm trying to get an instance of Arbortext PE/E3 5.4 running and am getting this error. I suspect it is a configuration somewhere that I need to make, or a parameter setting on, say, the E3ConvertMethodInterface, but I can't figure out what needs to be set. Does anyone have any ideas?
Error-
Arbortext PE Convert Internal Error e3::convert: ...
Unable to load document type due to errors parsing DTD: "D:\foo.xsd"
Java-
E3ConvertMethodInterface convert = e3.createConvertMethod(CONVERT_FORMAT);
convert.setParameter(E3ConvertMethodInterface.FOSI_PARAMETER, fosi);
convert.setParameter(E3ConvertMethodInterface.PDF_CONFIG_FILE_PARAMETER,"D:\\apps\\PTC\\PE\\lib\\screen.pdfcf");
convert.setParameter(E3ConvertMethodInterface.INPUT_FORMAT_PARAMETER, "xml");
long fileSize = convert.post("D:/in.xml", "D:/out.pdf"); // <---- fails here