Receiving this call when I run my project it is a fact extraction tool named SalIE on GitHub. Need help on how to fix this error. Seems like a version issue with something but unknown. The below error causes the tool to fail and not work further.
Aug 17, 2021 11:34:21 AM org.apache.uima.internal.util.XMLUtils createSaxTransformerFactory(614)
[error] WARNING: SAXTransformerFactory didn't recognize setting attribute http://javax.xml.XMLConstants/property/accessExternalDTD
[error] Aug 17, 2021 11:34:21 AM org.apache.uima.internal.util.XMLUtils createSaxTransformerFactory(621)
[error] WARNING: SAXTransformerFactory didn't recognize setting attribute http://javax.xml.XMLConstants/property/accessExternalStylesheet
[error] Aug 17, 2021 11:34:22 AM de.tudarmstadt.ukp.dkpro.core.api.io.ResourceCollectionReaderBase scan(422)
I see you are using dkpro. This is how I call dkpro from my ruta script. This might help you. The imports make those annotation types available in the rest of the script.
Oh and be careful about which versions you use together. See this answer