-
Notifications
You must be signed in to change notification settings - Fork 99
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
XMLStreamException exception when parsing revision dumps #243
Comments
Maybe our solution works here as well |
It works great using the parameter -Djdk.xml.entityExpansionLimit=2147480000 when running JARs that uses WDTK. We should maybe find a way to integrate it inside WDTK in order don't have to set this parameter all the time |
Tpt
added a commit
to askplatypus/platypus-kb-lucene
that referenced
this issue
Jan 17, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When parsing some big revision dumps this error is raised:
It is probably because the XML files contains to many nodes with respect to the limit set by XML secure processing. We should probably set XMLConstants.FEATURE_SECURE_PROCESSING option to false as Wikimedia dump should be trustable.
The text was updated successfully, but these errors were encountered: