Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extraneous error message when using RDF files #90

Closed
goneall opened this issue Oct 31, 2022 · 1 comment · Fixed by #91
Closed

Extraneous error message when using RDF files #90

goneall opened this issue Oct 31, 2022 · 1 comment · Fixed by #91

Comments

@goneall
Copy link
Member

goneall commented Oct 31, 2022

When reading or writing RDF files, the following error is logged:

[main] ERROR org.apache.jena.util.JenaXMLInput - Problem setting StAX property - name: "http://javax.xml.xmlconstants/property/accessExternalDTD" - value: "" - error: Unrecognized property 'http://javax.xml.xmlconstants/property/accessExternalDTD'

Note: This issue is split out from issue #88

@goneall
Copy link
Member Author

goneall commented Oct 31, 2022

Jena ARQ issue 2331 describes these symptoms, although it was fixed in Jena 4.6.0. We are currently using 4.6.1.

In looking at the dependencies, we're pulling in a later version of Jackson Databind to resolve possible security vulnerabilities which is overriding the version of Databind used in Jena. The error is related to Woodstox which is pulled in by Databind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant