[
https://issues.apache.org/jira/browse/JCR-1686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12615170#action_12615170
]
Claus Köll commented on JCR-1686:
---------------------------------
If you try to re-index a workspace it can happen that there occurs a
OutOfMemoryError in any TextExtractor
and the Repository will not start anymore.
> Catch Throwables while calling TextExtractors
> ---------------------------------------------
>
> Key: JCR-1686
> URL: https://issues.apache.org/jira/browse/JCR-1686
> Project: Jackrabbit
> Issue Type: Improvement
> Components: jackrabbit-core, jackrabbit-text-extractors
> Affects Versions: core 1.4.4
> Reporter: Claus Köll
>
> There are different Exception Handlings in the current TextExtractors.
> The Method Signature throws IOException but the internal Handling is
> different.
> For example in the MsExcelTextExtractor there will be RuntimeException's
> catched but not in all Extractors.
> @see JCR-574
> I think we should catch Throwables in the NodeIndexer to prevent
> OutOfMemoryErros while indexing a node.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.