sebastian-nagel commented on pull request #700:
URL: https://github.com/apache/nutch/pull/700#issuecomment-982797518


   Ok, the test crawl was successful. The only dubious errors which need a look 
at are NoClassDefFoundError parsing files of MIME type 
`application/x-7z-compressed`. E.g. reproducible by parsing one of the Tika 
test documents:
   ```
   bin/nutch parsechecker -Dplugin.includes='protocol-file|parse-tika' 
file:/path/to/tika/repo/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pkg-module/src/test/resources/test-documents/test-documents.7z
   ```
   Fixed by removing common-codec and commons-compress from the exclusions. 
Although we have the same versions in core and parse-tika dependencies. 
Obviously an issue with the plugin and core/parent class loaders.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to